openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BDLS_CONVERSION_LOG_READ: post: tags: - BDLS operationId: /rfc/BDLS_CONVERSION_LOG_READ requestBody: content: application/json: schema: properties: COUNTER: type: integer format: int64 description: General Flag LOGSYS_NEW: type: string maxLength: 10 description: Logical System LOGSYS_OLD: type: string maxLength: 10 description: Logical System POSITION: type: array items: type: object properties: TABNAME: type: string maxLength: 30 description: Table Name FLDNAME: type: string maxLength: 30 description: Field Name COUNT_0: type: integer format: int32 description: Processed Database Table Rows COUNT_1: type: integer format: int32 description: Processed Database Table Rows CLNTDEP: type: string maxLength: 1 description: 'Flag indicating client-specific entries enumValues: X=Client-dependent, valid only for current client,""=No client-dependence, valid throughout system' enum: - X - '' MSGID: type: string maxLength: 20 description: Message Class MSGTY: type: string maxLength: 1 description: Message Type MSGNO: 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 PROTOCOL: type: array items: type: object properties: OBJKEY: type: string maxLength: 30 description: Identifies an Object to be Handled in a Particular Way LINE: type: integer format: int64 description: Four-digit number OBJCLS: type: string maxLength: 1 description: 'Class, Determines When Objects are Handled enumValues: X=Objects for Specific Treatment,T=Excluded Table,A=Action Before Conversion,Z=Action at End' enum: - X - T - A - Z MSGID: type: string maxLength: 20 description: Message Class MSGTY: type: string maxLength: 1 description: Message Type MSGNO: 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 required: - COUNTER - LOGSYS_NEW - LOGSYS_OLD responses: '200': description: OK content: application/json: schema: properties: HEADER: type: object properties: LOGSYS_OLD: type: string maxLength: 10 description: Logical system LOGSYS_NEW: type: string maxLength: 10 description: Logical system COUNTER: type: integer format: int64 description: Four-digit number STATUS: type: string maxLength: 1 description: 'General Flag enumValues: X=Flag set. Event has occurred.,""=Flag is Not Set' enum: - X - '' INITIATOR: type: string maxLength: 10 description: Logical system JOBNUMBER: type: string maxLength: 8 description: Job ID JOBNAME: type: string maxLength: 32 description: Background job name USERNAME: type: string maxLength: 12 description: User Name CDATE: type: string format: date description: Date data element for SYST CTIME: type: string maxLength: 6 description: TIME Data Element for SYST CUID: type: string maxLength: 32 description: GUID in 'CHAR' Format in Uppercase POSITION: type: array items: type: object properties: TABNAME: type: string maxLength: 30 description: Table Name FLDNAME: type: string maxLength: 30 description: Field Name COUNT_0: type: integer format: int32 description: Processed Database Table Rows COUNT_1: type: integer format: int32 description: Processed Database Table Rows CLNTDEP: type: string maxLength: 1 description: 'Flag indicating client-specific entries enumValues: X=Client-dependent, valid only for current client,""=No client-dependence, valid throughout system' enum: - X - '' MSGID: type: string maxLength: 20 description: Message Class MSGTY: type: string maxLength: 1 description: Message Type MSGNO: 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 PROTOCOL: type: array items: type: object properties: OBJKEY: type: string maxLength: 30 description: Identifies an Object to be Handled in a Particular Way LINE: type: integer format: int64 description: Four-digit number OBJCLS: type: string maxLength: 1 description: 'Class, Determines When Objects are Handled enumValues: X=Objects for Specific Treatment,T=Excluded Table,A=Action Before Conversion,Z=Action at End' enum: - X - T - A - Z MSGID: type: string maxLength: 20 description: Message Class MSGTY: type: string maxLength: 1 description: Message Type MSGNO: 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 '400': description: Bad request. 5XX: description: Unexpected error.