openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BUS_FOREIGN_HEADER_CHECK: post: tags: - BUSS operationId: /rfc/BUS_FOREIGN_HEADER_CHECK requestBody: content: application/json: schema: properties: I_CALLTP: type: string default: '1' maxLength: 1 description: Call Type I_DATA: type: string maxLength: 15000 description: Header Data I_OBJAP: type: string maxLength: 4 description: Application Object T_MESSAGE: type: array items: type: object properties: MSGTY: type: string maxLength: 1 description: Message Type ARBGB: type: string maxLength: 20 description: Message Class TXTNR: type: integer format: int64 description: Message Number MSGV1: type: string maxLength: 50 description: Message Variable MSGV2: type: string maxLength: 50 description: Message Variable MSGV3: type: string maxLength: 50 description: Message Variable MSGV4: type: string maxLength: 50 description: Message Variable TEXT: type: string maxLength: 73 description: 'CBP: Message text' TBFLD: type: string maxLength: 70 description: Table field (table name-field name) DISP_REP: type: string maxLength: 1 description: 'BP message handler: (W,I,S) Display message several times' CANCEL: type: string maxLength: 1 description: 'Data element for domain BOOLE: TRUE (=''X'') and FALSE (='' '') enumValues: X=TRUE,""=FALSE' enum: - X - '' TEXT_EXT: type: string maxLength: 273 description: 'CBP: Message Text (Extended Version)' STEPL: type: integer format: int32 description: Index of Current Step Loop Line required: - I_DATA - I_OBJAP responses: '200': description: OK content: application/json: schema: properties: T_MESSAGE: type: array items: type: object properties: MSGTY: type: string maxLength: 1 description: Message Type ARBGB: type: string maxLength: 20 description: Message Class TXTNR: type: integer format: int64 description: Message Number MSGV1: type: string maxLength: 50 description: Message Variable MSGV2: type: string maxLength: 50 description: Message Variable MSGV3: type: string maxLength: 50 description: Message Variable MSGV4: type: string maxLength: 50 description: Message Variable TEXT: type: string maxLength: 73 description: 'CBP: Message text' TBFLD: type: string maxLength: 70 description: Table field (table name-field name) DISP_REP: type: string maxLength: 1 description: 'BP message handler: (W,I,S) Display message several times' CANCEL: type: string maxLength: 1 description: 'Data element for domain BOOLE: TRUE (=''X'') and FALSE (='' '') enumValues: X=TRUE,""=FALSE' enum: - X - '' TEXT_EXT: type: string maxLength: 273 description: 'CBP: Message Text (Extended Version)' STEPL: type: integer format: int32 description: Index of Current Step Loop Line '400': description: Bad request. 5XX: description: Unexpected error.