openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BAPI_HIERA_CHANGESUBCLASS: post: tags: - CLBPH summary: 'Class Hierarchy BAPI: Change Assignment' operationId: /rfc/BAPI_HIERA_CHANGESUBCLASS requestBody: content: application/json: schema: properties: CHANGENUMBER: type: string maxLength: 12 description: Change Number CLASSNUM: type: string maxLength: 18 description: Class CLASSTYPE: type: string maxLength: 3 description: Class Type KEYDATE: type: string format: date default: SY-DATUM description: Valid-From Date STATUS: type: string default: '1' maxLength: 1 description: Classification Status SUBCLASS: type: string maxLength: 18 description: Subordinate Class HIERARCHYVALUESNEW: type: array items: type: object properties: CHARACT: type: string maxLength: 30 description: Characteristic Name VALUE_CHAR: type: string maxLength: 30 description: Characteristic Value VALUE_FROM: type: number description: Internal floating point from VALUE_TO: type: number description: Internal floating point value to UNIT_FROM: type: string maxLength: 3 description: Base Unit of Measure UNIT_TO: type: string maxLength: 3 description: Base Unit of Measure UNIT_FROM_ISO: type: string maxLength: 3 description: Base unit of measure in ISO code UNIT_TO_ISO: type: string maxLength: 3 description: Base unit of measure in ISO code CURRENCY_FROM: type: string maxLength: 5 description: Currency Key CURRENCY_TO: type: string maxLength: 5 description: Currency Key CURRENCY_FROM_ISO: type: string maxLength: 3 description: ISO currency code CURRENCY_TO_ISO: type: string maxLength: 3 description: ISO currency code VALUE_RELATION: type: string maxLength: 1 description: Code for value dependency INHERITED: type: string maxLength: 1 description: 'Indicator: characteristic is inherited' INSTANCE: type: integer format: int64 description: Instance counter VALUE_NEUTRAL: type: string maxLength: 30 description: Characteristic Value required: - CLASSNUM - CLASSTYPE - SUBCLASS responses: '200': description: OK content: application/json: schema: properties: HIERARCHYVALUESNEW: type: array items: type: object properties: CHARACT: type: string maxLength: 30 description: Characteristic Name VALUE_CHAR: type: string maxLength: 30 description: Characteristic Value VALUE_FROM: type: number description: Internal floating point from VALUE_TO: type: number description: Internal floating point value to UNIT_FROM: type: string maxLength: 3 description: Base Unit of Measure UNIT_TO: type: string maxLength: 3 description: Base Unit of Measure UNIT_FROM_ISO: type: string maxLength: 3 description: Base unit of measure in ISO code UNIT_TO_ISO: type: string maxLength: 3 description: Base unit of measure in ISO code CURRENCY_FROM: type: string maxLength: 5 description: Currency Key CURRENCY_TO: type: string maxLength: 5 description: Currency Key CURRENCY_FROM_ISO: type: string maxLength: 3 description: ISO currency code CURRENCY_TO_ISO: type: string maxLength: 3 description: ISO currency code VALUE_RELATION: type: string maxLength: 1 description: Code for value dependency INHERITED: type: string maxLength: 1 description: 'Indicator: characteristic is inherited' INSTANCE: type: integer format: int64 description: Instance counter VALUE_NEUTRAL: type: string maxLength: 30 description: Characteristic Value 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 '400': description: Bad request. 5XX: description: Unexpected error.