openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BUS_FOREIGN_INITIALIZE_OBJECT: post: tags: - BUSS operationId: /rfc/BUS_FOREIGN_INITIALIZE_OBJECT requestBody: content: application/json: schema: properties: I_ACTION: type: string default: ' ' maxLength: 2 description: Activity I_AKTYP: type: string default: ' ' maxLength: 2 I_OBJAP: type: string maxLength: 4 description: Application Object T_APPLI: type: array items: type: object properties: APPLI: type: string maxLength: 4 description: Application 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 T_RLTYP: type: array items: type: object properties: RLTYP: type: string maxLength: 6 description: 'BDT: Object part' DFTYP: type: string maxLength: 2 description: Differentiation Type DFVAL: type: string maxLength: 20 description: 'BP: Differentiation type value' RTITL: type: string maxLength: 25 description: Title of Object Part SCRSL: type: string maxLength: 1 description: 'Indicator: Display screen selection in initial screen enumValues: 1=Display screen sel.,2=Do not display screen sel.,""=Screen selection as for app. object' enum: - '1' - '2' - '' XGLBL: type: string maxLength: 1 description: 'Indicator: Do Not Update BP Role enumValues: ""=No,X=Yes' enum: - '' - X RLTYP_SUPER: type: string maxLength: 6 description: Higher-Level BP Role for Updating T_SICHT: type: array items: type: object properties: SICHT: type: string maxLength: 6 description: View required: - I_OBJAP responses: '200': description: OK content: application/json: schema: properties: T_APPLI: type: array items: type: object properties: APPLI: type: string maxLength: 4 description: Application 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 T_RLTYP: type: array items: type: object properties: RLTYP: type: string maxLength: 6 description: 'BDT: Object part' DFTYP: type: string maxLength: 2 description: Differentiation Type DFVAL: type: string maxLength: 20 description: 'BP: Differentiation type value' RTITL: type: string maxLength: 25 description: Title of Object Part SCRSL: type: string maxLength: 1 description: 'Indicator: Display screen selection in initial screen enumValues: 1=Display screen sel.,2=Do not display screen sel.,""=Screen selection as for app. object' enum: - '1' - '2' - '' XGLBL: type: string maxLength: 1 description: 'Indicator: Do Not Update BP Role enumValues: ""=No,X=Yes' enum: - '' - X RLTYP_SUPER: type: string maxLength: 6 description: Higher-Level BP Role for Updating T_SICHT: type: array items: type: object properties: SICHT: type: string maxLength: 6 description: View '400': description: Bad request. 5XX: description: Unexpected error.