openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/COM_SE_SPOOL_DISPLAY: post: tags: - COM_SE_INDEXING summary: Call the Spool Display of the Batch Environment operationId: /rfc/COM_SE_SPOOL_DISPLAY requestBody: content: application/json: schema: properties: IV_SPOOL_NO: type: integer format: int64 description: Number of the requested Spool List required: - IV_SPOOL_NO responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.