openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BDL_EXECUTE_FUNCTION: post: tags: - BDL3 summary: Execute Function from BDLFUVERS operationId: /rfc/BDL_EXECUTE_FUNCTION requestBody: content: application/json: schema: properties: ADDONKEY: type: string maxLength: 128 LOGFUNC: type: string maxLength: 30 REPNAME: type: string maxLength: 40 SERVICETYPE: type: string maxLength: 1 SESSION: type: object properties: SESSIONNR: type: string maxLength: 10 description: Character Field Length = 10 MANDANT: type: string maxLength: 3 description: 3-Byte field INSTALL_NO: type: integer format: int64 description: 10 digit number SID: type: string maxLength: 8 description: Name of the SAP System CUST_NO: type: integer format: int64 description: 10 digit number CONTRACT: type: string maxLength: 8 description: Contract type DESCRIPTIO: type: string maxLength: 8 description: Session subtype FUNCMOD: type: string maxLength: 6 description: Character field of length 6 HOST: type: string maxLength: 32 description: Character field, length 32 INSTANCE: type: string maxLength: 2 description: Version Number Component SEQNO: type: integer format: int64 description: Sequence number CONTEXT: type: string maxLength: 20 description: Context TYPE: type: string maxLength: 1 description: Single-Character Flag DATUM: type: string format: date description: Current Date of Application Server UHRZEIT: type: string maxLength: 6 description: Current Time of Application Server CODEPAGE: type: integer format: int64 description: SAP Character Set ID SY_DATUM: type: string format: date description: Date and time, current (application server) date TH_INSTANCE: type: string maxLength: 40 TH_INSTNO: type: string maxLength: 20 TH_SERVER: type: string maxLength: 32 IMP_DEFAULT_TAB: type: array items: type: object properties: LOGFUNC: type: string maxLength: 30 description: Logical name CLUST_ID: type: string maxLength: 6 description: 'RFC Download: Function module' PARAM: type: string maxLength: 30 description: Parameter name SEQNO: type: integer format: int64 description: Sequence number IS_DEFAULT: type: string maxLength: 1 description: Is default? OPTIONAL: type: string maxLength: 1 description: Optional parameters TYPES: type: string maxLength: 1 description: Reference structure is APAP type LENGTH: type: integer format: int32 description: Field length DECIMALS: type: integer format: int32 description: Field length VALUE: type: string maxLength: 30 description: Text 30 characters LOCAL_OBJ: type: string maxLength: 81 description: Text 81 characters USED: type: string maxLength: 1 description: Parameter used STATUS: type: string maxLength: 1 description: Status of object CHGSTAMP: type: string maxLength: 14 description: ABAP Time Stamp required: - ADDONKEY - LOGFUNC - REPNAME - SERVICETYPE - SESSION - SY_DATUM - TH_INSTANCE - TH_INSTNO - TH_SERVER responses: '200': description: OK content: application/json: schema: properties: IMP_DEFAULT_TAB: type: array items: type: object properties: LOGFUNC: type: string maxLength: 30 description: Logical name CLUST_ID: type: string maxLength: 6 description: 'RFC Download: Function module' PARAM: type: string maxLength: 30 description: Parameter name SEQNO: type: integer format: int64 description: Sequence number IS_DEFAULT: type: string maxLength: 1 description: Is default? OPTIONAL: type: string maxLength: 1 description: Optional parameters TYPES: type: string maxLength: 1 description: Reference structure is APAP type LENGTH: type: integer format: int32 description: Field length DECIMALS: type: integer format: int32 description: Field length VALUE: type: string maxLength: 30 description: Text 30 characters LOCAL_OBJ: type: string maxLength: 81 description: Text 81 characters USED: type: string maxLength: 1 description: Parameter used STATUS: type: string maxLength: 1 description: Status of object CHGSTAMP: type: string maxLength: 14 description: ABAP Time Stamp '400': description: Bad request. 5XX: description: Unexpected error.