openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CME_API_DSHIER_REMOVE_SUB_DSCO: post: tags: - CME_API_DSHIER summary: CME Definition Scope Hierarchy - Delete Def. Scopes at Hierarchy Level operationId: /rfc/CME_API_DSHIER_REMOVE_SUB_DSCO requestBody: content: application/json: schema: properties: IS_CHANGE_ORDER: type: object properties: CHANGE_ORDER_ID: type: string format: byte description: Change Order CHANGE_ORDER: type: string maxLength: 12 description: Change Order PREDECESSOR_ID: type: string format: byte description: Change Order PREDECESSOR: type: string maxLength: 12 description: Change Order VALIDITY_INTERVAL: type: object properties: DATE_FROM: type: string format: date description: From Date DATE_TO: type: string format: date description: To Date DESCRIPTIONS: type: array items: type: object properties: LANGUAGE: type: string maxLength: 1 description: Language LANGUAGE_ISO: type: string maxLength: 2 description: Language according to ISO 639 DESCRIPTION: type: string maxLength: 40 description: Change Number Description ET_RETURN: type: array items: type: object properties: TYPE: type: string maxLength: 1 description: 'Message type: S Success, E Error, W Warning, I Info, A Abort' ID: type: string maxLength: 20 description: Message Class NUMBER: type: integer format: int64 description: Message Number MESSAGE: type: string maxLength: 220 description: Message Text LOG_NO: type: string maxLength: 20 description: 'Application log: log number' LOG_MSG_NO: type: integer format: int64 description: 'Application log: Internal message serial number' MESSAGE_V1: type: string maxLength: 50 description: Message Variable MESSAGE_V2: type: string maxLength: 50 description: Message Variable MESSAGE_V3: type: string maxLength: 50 description: Message Variable MESSAGE_V4: type: string maxLength: 50 description: Message Variable PARAMETER: type: string maxLength: 32 description: Parameter Name ROW: type: integer format: int32 description: Lines in parameter FIELD: type: string maxLength: 30 description: Field in parameter SYSTEM: type: string maxLength: 10 description: Logical system from which message originates IET_HIERARCHY: type: array items: type: object properties: PRE_DSCOPE_ID: type: string maxLength: 100 description: 'CME Definition Scope: External Name' PRE_DSCOPE_VERSION: type: integer format: int64 description: Version PRE_DSCOPE_GUID: type: string format: byte description: CME Definition Scope - GUID PRE_OWNER_ID: type: string maxLength: 100 description: 'CME Owner: External Name' PRE_OWNER_GUID: type: string format: byte description: CME Owner GUID (Internal Key) SUC_DSCOPE_ID: type: string maxLength: 100 description: 'CME Definition Scope: External Name' SUC_DSCOPE_VERSION: type: integer format: int64 description: Version SUC_DSCOPE_GUID: type: string format: byte description: CME Definition Scope - GUID SUC_OWNER_ID: type: string maxLength: 100 description: 'CME Owner: External Name' SUC_OWNER_GUID: type: string format: byte description: CME Owner GUID (Internal Key) responses: '200': description: OK content: application/json: schema: properties: ET_RETURN: type: array items: type: object properties: TYPE: type: string maxLength: 1 description: 'Message type: S Success, E Error, W Warning, I Info, A Abort' ID: type: string maxLength: 20 description: Message Class NUMBER: type: integer format: int64 description: Message Number MESSAGE: type: string maxLength: 220 description: Message Text LOG_NO: type: string maxLength: 20 description: 'Application log: log number' LOG_MSG_NO: type: integer format: int64 description: 'Application log: Internal message serial number' MESSAGE_V1: type: string maxLength: 50 description: Message Variable MESSAGE_V2: type: string maxLength: 50 description: Message Variable MESSAGE_V3: type: string maxLength: 50 description: Message Variable MESSAGE_V4: type: string maxLength: 50 description: Message Variable PARAMETER: type: string maxLength: 32 description: Parameter Name ROW: type: integer format: int32 description: Lines in parameter FIELD: type: string maxLength: 30 description: Field in parameter SYSTEM: type: string maxLength: 10 description: Logical system from which message originates IET_HIERARCHY: type: array items: type: object properties: PRE_DSCOPE_ID: type: string maxLength: 100 description: 'CME Definition Scope: External Name' PRE_DSCOPE_VERSION: type: integer format: int64 description: Version PRE_DSCOPE_GUID: type: string format: byte description: CME Definition Scope - GUID PRE_OWNER_ID: type: string maxLength: 100 description: 'CME Owner: External Name' PRE_OWNER_GUID: type: string format: byte description: CME Owner GUID (Internal Key) SUC_DSCOPE_ID: type: string maxLength: 100 description: 'CME Definition Scope: External Name' SUC_DSCOPE_VERSION: type: integer format: int64 description: Version SUC_DSCOPE_GUID: type: string format: byte description: CME Definition Scope - GUID SUC_OWNER_ID: type: string maxLength: 100 description: 'CME Owner: External Name' SUC_OWNER_GUID: type: string format: byte description: CME Owner GUID (Internal Key) '400': description: Bad request. 5XX: description: Unexpected error.