openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BIZC_SYNCHRONIZE_USAGE: post: tags: - SBIZC_FW_REMOTE operationId: /rfc/BIZC_SYNCHRONIZE_USAGE requestBody: content: application/json: schema: properties: IP_DELETE_ADDITIONAL_OBJECTS: type: string default: SBIZC_FALSE maxLength: 1 IP_USAGE: type: string maxLength: 32 IT_OBJECTS: type: array items: type: string maxLength: 64 description: ID of Object in Configurations Table in the SolMan 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 ET_ADDITIONAL_OBJECTS: type: array items: type: object properties: ID: type: string maxLength: 64 description: ID of Object in Configurations Table in the SolMan OBJECT_TYPE: type: string maxLength: 4 description: Object Type in the SolMan Configuration PRODUCT: type: string maxLength: 40 description: Product and Main Instance on Configuration Tab NAME: type: string maxLength: 70 description: Configuration Object Name in Solution Manager DESCRIPTION: type: string maxLength: 100 description: Configuration Object Description in Solution Manager LANGU: type: string maxLength: 1 description: Language Key of Current Text Environment ET_FOUND_OBJECTS: type: array items: type: object properties: ID: type: string maxLength: 64 description: ID of Object in Configurations Table in the SolMan OBJECT_TYPE: type: string maxLength: 4 description: Object Type in the SolMan Configuration PRODUCT: type: string maxLength: 40 description: Product and Main Instance on Configuration Tab NAME: type: string maxLength: 70 description: Configuration Object Name in Solution Manager DESCRIPTION: type: string maxLength: 100 description: Configuration Object Description in Solution Manager LANGU: type: string maxLength: 1 description: Language Key of Current Text Environment required: - IP_USAGE - IT_OBJECTS responses: '200': description: OK content: application/json: schema: properties: ET_UNKNOWN_OBJECTS: type: array items: type: string maxLength: 64 description: ID of Object in Configurations Table in the SolMan 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 ET_ADDITIONAL_OBJECTS: type: array items: type: object properties: ID: type: string maxLength: 64 description: ID of Object in Configurations Table in the SolMan OBJECT_TYPE: type: string maxLength: 4 description: Object Type in the SolMan Configuration PRODUCT: type: string maxLength: 40 description: Product and Main Instance on Configuration Tab NAME: type: string maxLength: 70 description: Configuration Object Name in Solution Manager DESCRIPTION: type: string maxLength: 100 description: Configuration Object Description in Solution Manager LANGU: type: string maxLength: 1 description: Language Key of Current Text Environment ET_FOUND_OBJECTS: type: array items: type: object properties: ID: type: string maxLength: 64 description: ID of Object in Configurations Table in the SolMan OBJECT_TYPE: type: string maxLength: 4 description: Object Type in the SolMan Configuration PRODUCT: type: string maxLength: 40 description: Product and Main Instance on Configuration Tab NAME: type: string maxLength: 70 description: Configuration Object Name in Solution Manager DESCRIPTION: type: string maxLength: 100 description: Configuration Object Description in Solution Manager LANGU: type: string maxLength: 1 description: Language Key of Current Text Environment '400': description: Bad request. 5XX: description: Unexpected error.