openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/AKB_FREEZE_READ: post: tags: - PA_AKB operationId: /rfc/AKB_FREEZE_READ requestBody: content: application/json: schema: properties: E_FRODIR: type: array items: type: object properties: OBJECTTYPE: type: string maxLength: 4 description: Object Type OBJECT: type: string maxLength: 40 description: Object Name in Object Directory FROZEN: type: string maxLength: 1 description: '' OBSOLETE: type: string maxLength: 1 description: '' CHANGED_BY: type: string maxLength: 12 description: Last changed by CHANGED_ON: type: string format: date description: Changed On CHANGED_AT: type: string maxLength: 6 description: Last changed at E_RODIR: type: array items: type: object properties: OBJECTTYPE: type: string maxLength: 4 description: Object Type OBJECT: type: string maxLength: 30 description: 30 Characters CLIOBJECT: type: string maxLength: 1 description: Character 1 change document relevant RELEASED: type: string maxLength: 1 description: Character 1 change document relevant REWORKED: type: string maxLength: 1 description: Character 1 change document relevant OBSOLETE: type: string maxLength: 1 description: Character 1 change document relevant responses: '200': description: OK content: application/json: schema: properties: E_FREEZE: 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 CHANGED_ON: type: string format: date description: Field of type DATS USED_COUNT: type: integer format: int32 description: Natural number EXTENSION_EXISTS: type: string maxLength: 1 description: Single-Character Flag USED_BY_TYPEGR: type: string maxLength: 1 description: Single-Character Flag E_FREEZE_EXT: type: array items: type: object properties: OBJ_TYPE: type: string maxLength: 4 description: Object Type OBJ_SUBTYPE: 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 CHANGED_ON: type: string format: date description: Field of type DATS USED_COUNT: type: integer format: int32 description: Natural number USED_BY_TYPEGR: type: string maxLength: 1 description: Single-Character Flag E_FRODIR: type: array items: type: object properties: OBJECTTYPE: type: string maxLength: 4 description: Object Type OBJECT: type: string maxLength: 40 description: Object Name in Object Directory FROZEN: type: string maxLength: 1 description: '' OBSOLETE: type: string maxLength: 1 description: '' CHANGED_BY: type: string maxLength: 12 description: Last changed by CHANGED_ON: type: string format: date description: Changed On CHANGED_AT: type: string maxLength: 6 description: Last changed at E_RODIR: type: array items: type: object properties: OBJECTTYPE: type: string maxLength: 4 description: Object Type OBJECT: type: string maxLength: 30 description: 30 Characters CLIOBJECT: type: string maxLength: 1 description: Character 1 change document relevant RELEASED: type: string maxLength: 1 description: Character 1 change document relevant REWORKED: type: string maxLength: 1 description: Character 1 change document relevant OBSOLETE: type: string maxLength: 1 description: Character 1 change document relevant '400': description: Bad request. 5XX: description: Unexpected error.