openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BM_FOLDER_NAVIGATE_31: post: tags: - SF13 summary: Go to SAPoffice folder (create one if not already available) operationId: /rfc/BM_FOLDER_NAVIGATE_31 requestBody: content: application/json: schema: properties: COMP_OBJ: type: string maxLength: 20 FILTER_ID: type: string maxLength: 20 SEL_ID: type: string maxLength: 20 required: - FILTER_ID - SEL_ID responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.