openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BDS_BUSINESSDOCUMENT_GET_TAB: post: tags: - BDS_BAPI operationId: /rfc/BDS_BUSINESSDOCUMENT_GET_TAB requestBody: content: application/json: schema: properties: BINARY_FLAG: type: string default: X maxLength: 1 CLASSNAME: type: string maxLength: 30 CLASSTYPE: type: string maxLength: 2 CLIENT: type: string default: SY-MANDT maxLength: 3 LOGICAL_SYSTEM: type: string maxLength: 10 OBJECT_KEY: type: string maxLength: 70 TEXT_AS_STREAM: type: string default: X maxLength: 1 ASCII_CONTENT: type: array items: type: object properties: LINE: type: string maxLength: 1022 description: Line for text document contents, length as during upload COMPONENTS: type: array items: type: object properties: DOC_COUNT: type: integer format: int64 description: 'Business Document Service: Document counter' COMP_COUNT: type: integer format: int64 description: 'Business Document Service: Component counter' COMP_ID: type: string maxLength: 255 description: 'Business Document Service: Component ID' MIMETYPE: type: string maxLength: 128 description: 'Business Document Service: MIME type' COMP_SIZE: type: integer format: int64 description: 'Business Document Service: Component size' CONTENT: type: array items: type: object properties: LINE: type: string format: byte description: Line for binary document contents, length for upload SIGNATURE: type: array items: type: object properties: DOC_COUNT: type: integer format: int64 description: 'Business Document Service: Document counter' DOC_ID: type: string maxLength: 42 description: 'Business Document Service: Document ID' DOC_VER_NO: type: integer format: int64 description: 'Business Document Service: Document version number' DOC_VAR_ID: type: integer format: int64 description: 'Business Document Service: Document variant ID' DOC_VAR_TG: type: string maxLength: 2 description: 'Business Document Service: Document Variant Tag' COMP_COUNT: type: integer format: int64 description: 'Business Document Service: Number of components' PROP_NAME: type: string maxLength: 25 description: 'Business Document Service: Attribute Name' PROP_VALUE: type: string maxLength: 64 description: 'Business Document Service: Attribute value' required: - CLASSNAME - CLASSTYPE responses: '200': description: OK content: application/json: schema: properties: ASCII_CONTENT: type: array items: type: object properties: LINE: type: string maxLength: 1022 description: Line for text document contents, length as during upload COMPONENTS: type: array items: type: object properties: DOC_COUNT: type: integer format: int64 description: 'Business Document Service: Document counter' COMP_COUNT: type: integer format: int64 description: 'Business Document Service: Component counter' COMP_ID: type: string maxLength: 255 description: 'Business Document Service: Component ID' MIMETYPE: type: string maxLength: 128 description: 'Business Document Service: MIME type' COMP_SIZE: type: integer format: int64 description: 'Business Document Service: Component size' CONTENT: type: array items: type: object properties: LINE: type: string format: byte description: Line for binary document contents, length for upload SIGNATURE: type: array items: type: object properties: DOC_COUNT: type: integer format: int64 description: 'Business Document Service: Document counter' DOC_ID: type: string maxLength: 42 description: 'Business Document Service: Document ID' DOC_VER_NO: type: integer format: int64 description: 'Business Document Service: Document version number' DOC_VAR_ID: type: integer format: int64 description: 'Business Document Service: Document variant ID' DOC_VAR_TG: type: string maxLength: 2 description: 'Business Document Service: Document Variant Tag' COMP_COUNT: type: integer format: int64 description: 'Business Document Service: Number of components' PROP_NAME: type: string maxLength: 25 description: 'Business Document Service: Attribute Name' PROP_VALUE: type: string maxLength: 64 description: 'Business Document Service: Attribute value' '400': description: Bad request. 5XX: description: Unexpected error.