openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/AKB_WHERE_USED_LIST: post: tags: - PA_AKB summary: Where-Used List operationId: /rfc/AKB_WHERE_USED_LIST requestBody: content: application/json: schema: properties: OBJ_NAME: type: string maxLength: 40 description: Object Name in Object Directory OBJ_TYPE: type: string maxLength: 4 description: Object Type required: - OBJ_NAME - OBJ_TYPE responses: '200': description: OK content: application/json: schema: properties: REFERENCES: type: array items: type: object properties: OBJ_TYPE: type: string maxLength: 4 description: Object Type OBJ_NAME: type: string maxLength: 40 description: Object Name in Object Directory SUB_TYPE: type: string maxLength: 4 description: Object Type SUB_NAME: type: string maxLength: 61 description: Compound component name or alias APPL_TYPE: type: string maxLength: 4 description: Object Type APPL_NAME: type: string maxLength: 40 description: Object Name in Object Directory APPL_DLVUNIT: type: string maxLength: 30 description: Software Component APPL_PACKET: type: string maxLength: 30 description: Application Package CHANGED_ON: type: string format: date description: Date of Last Change CHANGED_AT: type: string maxLength: 6 description: Last changed at CHANGED_BY: type: string maxLength: 12 description: Last Changed by SEVERITY: type: string maxLength: 4 description: Error Severity STATE: type: string maxLength: 1 description: Single-Character Flag DISTRIBUTED: type: string maxLength: 1 description: Single-Character Flag '400': description: Bad request. 5XX: description: Unexpected error.