openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CLM_CWB_MESS_GET_REM: post: tags: - SEMN operationId: /rfc/CLM_CWB_MESS_GET_REM requestBody: content: application/json: schema: properties: IV_MESSAGE_CLASS: type: string maxLength: 20 description: Message ID IV_MESSAGE_NUMBER: type: string maxLength: 3 description: Message number ET_LANGU: type: array items: type: object properties: VRSFLAG: type: string maxLength: 4 description: CHAR04 data element for SYST LANGUAGE: type: string maxLength: 1 description: Language Key of Current Text Environment ET_T100: type: array items: type: object properties: VRSFLAG: type: string maxLength: 4 description: CHAR04 data element for SYST SPRSL: type: string maxLength: 1 description: Language Key ARBGB: type: string maxLength: 20 description: Application Area MSGNR: type: string maxLength: 3 description: Message number TEXT: type: string maxLength: 73 description: Message Text ET_T100O: type: array items: type: object properties: VRSFLAG: type: string maxLength: 4 description: CHAR04 data element for SYST ARBGB: type: string maxLength: 20 description: Application Area MSGNR: type: string maxLength: 3 description: Message number OBJECTNAME: type: string maxLength: 30 description: Object Name OBJECTTYPE: type: string maxLength: 1 description: 'Object type enumValues: D=Dummy object,T=Individual transaction object,C=View cluster,S=Table (with text table),L=Logical transport object,V=View' enum: - D - T - C - S - L - V SUBOBJNAME: type: string maxLength: 10 description: 'Object: Sub-Object' ACTIVITY: type: string maxLength: 20 description: IMG Activity SEQUENCE: type: integer format: int64 description: Sequence number ET_T100U: type: array items: type: object properties: VRSFLAG: type: string maxLength: 4 description: CHAR04 data element for SYST ARBGB: type: string maxLength: 20 description: Application Area MSGNR: type: string maxLength: 3 description: Message number NAME: type: string maxLength: 12 description: User Name DATUM: type: string format: date description: Current Date of Application Server SELFDEF: type: string maxLength: 1 description: 'Object documentation status enumValues: 1=Object does not appear in a screen,2=Not yet documented,""=Space: object requires documentation,3=The short text describes the object sufficiently' enum: - '1' - '2' - '' - '3' ET_T100X: type: array items: type: object properties: VRSFLAG: type: string maxLength: 4 description: CHAR04 data element for SYST ARBGB: type: string maxLength: 20 description: Application Area MSGNR: type: string maxLength: 3 description: Message number AUTH_CHECK: type: string maxLength: 1 description: Error message after authorization check required: - IV_MESSAGE_CLASS - IV_MESSAGE_NUMBER responses: '200': description: OK content: application/json: schema: properties: ET_LANGU: type: array items: type: object properties: VRSFLAG: type: string maxLength: 4 description: CHAR04 data element for SYST LANGUAGE: type: string maxLength: 1 description: Language Key of Current Text Environment ET_T100: type: array items: type: object properties: VRSFLAG: type: string maxLength: 4 description: CHAR04 data element for SYST SPRSL: type: string maxLength: 1 description: Language Key ARBGB: type: string maxLength: 20 description: Application Area MSGNR: type: string maxLength: 3 description: Message number TEXT: type: string maxLength: 73 description: Message Text ET_T100O: type: array items: type: object properties: VRSFLAG: type: string maxLength: 4 description: CHAR04 data element for SYST ARBGB: type: string maxLength: 20 description: Application Area MSGNR: type: string maxLength: 3 description: Message number OBJECTNAME: type: string maxLength: 30 description: Object Name OBJECTTYPE: type: string maxLength: 1 description: 'Object type enumValues: D=Dummy object,T=Individual transaction object,C=View cluster,S=Table (with text table),L=Logical transport object,V=View' enum: - D - T - C - S - L - V SUBOBJNAME: type: string maxLength: 10 description: 'Object: Sub-Object' ACTIVITY: type: string maxLength: 20 description: IMG Activity SEQUENCE: type: integer format: int64 description: Sequence number ET_T100U: type: array items: type: object properties: VRSFLAG: type: string maxLength: 4 description: CHAR04 data element for SYST ARBGB: type: string maxLength: 20 description: Application Area MSGNR: type: string maxLength: 3 description: Message number NAME: type: string maxLength: 12 description: User Name DATUM: type: string format: date description: Current Date of Application Server SELFDEF: type: string maxLength: 1 description: 'Object documentation status enumValues: 1=Object does not appear in a screen,2=Not yet documented,""=Space: object requires documentation,3=The short text describes the object sufficiently' enum: - '1' - '2' - '' - '3' ET_T100X: type: array items: type: object properties: VRSFLAG: type: string maxLength: 4 description: CHAR04 data element for SYST ARBGB: type: string maxLength: 20 description: Application Area MSGNR: type: string maxLength: 3 description: Message number AUTH_CHECK: type: string maxLength: 1 description: Error message after authorization check '400': description: Bad request. 5XX: description: Unexpected error.