openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CSLEO_ARR_DEQUEUE: post: tags: - SCLE operationId: /rfc/CSLEO_ARR_DEQUEUE requestBody: content: application/json: schema: properties: PPARAMTABLE: type: array items: type: object properties: IPEOLS: type: string maxLength: 10 description: 'CSL: Logical System of Lock Object' IPEODD: type: string maxLength: 30 description: 'CSL: DDIC Lock Object of Lock Object' IPEOARGS: type: string maxLength: 68 description: 'CSL: Concatenated Lock Arguments of Lock Object' IPMI: type: string maxLength: 255 description: 'CSL: User-Readable Monitoring Information' IPAC: type: string maxLength: 4 description: 'CSL: Block and Monitoring Activation enumValues: ""=CSL Does Not Exist,NONE=CSL Lock Deactivated,LCT=CSL Lock Activated (With Reference Follow-Up),LC=CSL Lock Activated (Without Reference Follow-Up)' enum: - '' - NONE - LCT - LC IPSC: type: integer format: int64 description: 'CSL: Range of Block: Dialog vs. Posting enumValues: 2=Lock Until COMMIT WORK; Passed on to Update Task,1=Lock Until End of Dialog Transaction,3=Lock Until End Dialog Transaction; Passed on to Verb (1+2)' enum: - '2' - '1' - '3' IPSN: type: string maxLength: 1 description: 'CSL: Flag Whether Dequeue to be Synchronous enumValues: X=True,""=False' enum: - X - '' SUBRC: type: integer format: int32 description: Return Value of ABAP Statements 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 responses: '200': description: OK content: application/json: schema: properties: PPARAMTABLE: type: array items: type: object properties: IPEOLS: type: string maxLength: 10 description: 'CSL: Logical System of Lock Object' IPEODD: type: string maxLength: 30 description: 'CSL: DDIC Lock Object of Lock Object' IPEOARGS: type: string maxLength: 68 description: 'CSL: Concatenated Lock Arguments of Lock Object' IPMI: type: string maxLength: 255 description: 'CSL: User-Readable Monitoring Information' IPAC: type: string maxLength: 4 description: 'CSL: Block and Monitoring Activation enumValues: ""=CSL Does Not Exist,NONE=CSL Lock Deactivated,LCT=CSL Lock Activated (With Reference Follow-Up),LC=CSL Lock Activated (Without Reference Follow-Up)' enum: - '' - NONE - LCT - LC IPSC: type: integer format: int64 description: 'CSL: Range of Block: Dialog vs. Posting enumValues: 2=Lock Until COMMIT WORK; Passed on to Update Task,1=Lock Until End of Dialog Transaction,3=Lock Until End Dialog Transaction; Passed on to Verb (1+2)' enum: - '2' - '1' - '3' IPSN: type: string maxLength: 1 description: 'CSL: Flag Whether Dequeue to be Synchronous enumValues: X=True,""=False' enum: - X - '' SUBRC: type: integer format: int32 description: Return Value of ABAP Statements 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.