openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BDL_DO_GENERATION: post: tags: - BDL3 summary: Do generation of one report per groupid operationId: /rfc/BDL_DO_GENERATION requestBody: content: application/json: schema: properties: CONTEXT: type: string maxLength: 20 RCODE: type: integer format: int32 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 ADDON: type: array items: type: object properties: ADDONKEY: type: string maxLength: 128 description: Generic key for add-on data collection TO_DO_LOGFUNCNAME: type: array items: type: object properties: GROUPID: type: integer format: int64 description: Group ID LOGFUNCNAM: type: string maxLength: 30 description: Logical name SEQUENCEG: type: integer format: int64 description: Sequence number CHGSTAMP: type: string maxLength: 14 description: ABAP Time Stamp STATUS: type: string maxLength: 1 description: Status of object required: - CONTEXT - RCODE - SERVICETYPE - SESSION - SY_DATUM - TH_INSTANCE - TH_INSTNO - TH_SERVER responses: '200': description: OK content: application/json: schema: properties: ADDON: type: array items: type: object properties: ADDONKEY: type: string maxLength: 128 description: Generic key for add-on data collection TO_DO_LOGFUNCNAME: type: array items: type: object properties: GROUPID: type: integer format: int64 description: Group ID LOGFUNCNAM: type: string maxLength: 30 description: Logical name SEQUENCEG: type: integer format: int64 description: Sequence number CHGSTAMP: type: string maxLength: 14 description: ABAP Time Stamp STATUS: type: string maxLength: 1 description: Status of object '400': description: Bad request. 5XX: description: Unexpected error.