openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BIZC_COPY_OBJECTS: post: tags: - SBIZC_FW_REMOTE operationId: /rfc/BIZC_COPY_OBJECTS requestBody: content: application/json: schema: properties: IP_AND_COMMIT: type: string default: SBIZC_TRUE maxLength: 1 IP_FROM_USAGE: type: string maxLength: 32 IP_POLICY: type: integer format: int32 IP_TO_USAGE: type: string maxLength: 32 CT_ERROR_TAB: type: array items: type: object properties: PROVIDER: type: string maxLength: 20 description: Content Provider ID: type: string description: 'Business Content: Named Context' REFERENCE_ID: type: string description: Identification of import parameter that caused the error SEVERITY: type: string maxLength: 1 description: 'BIZC: Meaning of an Exception' ERROR_CODE: type: integer format: int64 description: 'Business Content: Error Code' EXCEPTION_NAME: type: string description: Name of Exception TEXTID: type: string description: '' SHORTTEXT: type: string maxLength: 100 description: Short Text of Error LONGTEXT: type: string description: Detailed Error Description with Trouble-Shooting Tips PROGRAM_NAME: type: string maxLength: 40 description: 'ABAP Program: Current Main Program' INCLUDE_NAME: type: string maxLength: 40 description: 'ABAP Program: Current Main Program' SOURCE_LINE: type: integer format: int32 description: Termination Line in Source Code STACK_ID: type: string maxLength: 10 description: Exception Stack ID STACK_LEVEL: type: integer format: int32 description: Hierarchy Level Within Exception Stack TIMESTAMP: type: integer format: int64 description: UTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) CALLBACK_TOOL: type: string maxLength: 10 description: Tool for Callback CALLBACK_ID: type: string description: ID of Error for Callback LINK: type: string description: URL for Accessing Additional Information, Such as Dump, Log CT_OBJECTS: type: array items: type: object properties: OLD_ID: type: string maxLength: 64 description: ID of Object in Configurations Table in the SolMan NEW_ID: type: string maxLength: 64 description: ID of Object in Configurations Table in the SolMan required: - IP_FROM_USAGE - IP_POLICY - IP_TO_USAGE responses: '200': description: OK content: application/json: schema: properties: CT_ERROR_TAB: type: array items: type: object properties: PROVIDER: type: string maxLength: 20 description: Content Provider ID: type: string description: 'Business Content: Named Context' REFERENCE_ID: type: string description: Identification of import parameter that caused the error SEVERITY: type: string maxLength: 1 description: 'BIZC: Meaning of an Exception' ERROR_CODE: type: integer format: int64 description: 'Business Content: Error Code' EXCEPTION_NAME: type: string description: Name of Exception TEXTID: type: string description: '' SHORTTEXT: type: string maxLength: 100 description: Short Text of Error LONGTEXT: type: string description: Detailed Error Description with Trouble-Shooting Tips PROGRAM_NAME: type: string maxLength: 40 description: 'ABAP Program: Current Main Program' INCLUDE_NAME: type: string maxLength: 40 description: 'ABAP Program: Current Main Program' SOURCE_LINE: type: integer format: int32 description: Termination Line in Source Code STACK_ID: type: string maxLength: 10 description: Exception Stack ID STACK_LEVEL: type: integer format: int32 description: Hierarchy Level Within Exception Stack TIMESTAMP: type: integer format: int64 description: UTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) CALLBACK_TOOL: type: string maxLength: 10 description: Tool for Callback CALLBACK_ID: type: string description: ID of Error for Callback LINK: type: string description: URL for Accessing Additional Information, Such as Dump, Log CT_OBJECTS: type: array items: type: object properties: OLD_ID: type: string maxLength: 64 description: ID of Object in Configurations Table in the SolMan NEW_ID: type: string maxLength: 64 description: ID of Object in Configurations Table in the SolMan '400': description: Bad request. 5XX: description: Unexpected error.