openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BAPI_OBJCL_CHANGE_KEY: post: tags: - CLBPA summary: 'Classification BAPI: Change Properties of Assignment (Key)' operationId: /rfc/BAPI_OBJCL_CHANGE_KEY requestBody: content: application/json: schema: properties: CHANGENUMBER: type: string maxLength: 12 description: Change Number CLASSNUM: type: string maxLength: 18 description: Class Number CLOBJECTKEY: type: integer format: int64 description: Internal Object Number KEYDATE: type: string format: date default: SY-DATUM description: Date NO_DEFAULT_VALUES: type: string maxLength: 1 description: Default Values STANDARDCLASS_NEW: type: string maxLength: 1 description: 'Indicator: Standard Class' STATUS_NEW: type: string default: '1' maxLength: 1 description: Classification Status ALLOCVALUESCHAR_NEW: type: array items: type: object properties: CHARACT: type: string maxLength: 30 description: Characteristic Name VALUE_CHAR: type: string maxLength: 30 description: Characteristic Value 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 CHARACT_DESCR: type: string maxLength: 30 description: Characteristic description ALLOCVALUESCURR_NEW: type: array items: type: object properties: CHARACT: type: string maxLength: 30 description: Characteristic Name VALUE_FROM: type: number description: Internal floating point from VALUE_TO: type: number description: Internal floating point value to VALUE_RELATION: type: string maxLength: 1 description: Code for value dependency 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 INHERITED: type: string maxLength: 1 description: 'Indicator: characteristic is inherited' INSTANCE: type: integer format: int64 description: Instance counter CHARACT_DESCR: type: string maxLength: 30 description: Characteristic description ALLOCVALUESNUM_NEW: type: array items: type: object properties: CHARACT: type: string maxLength: 30 description: Characteristic Name VALUE_FROM: type: number description: Internal floating point from VALUE_TO: type: number description: Internal floating point value to VALUE_RELATION: type: string maxLength: 1 description: Code for value dependency 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 INHERITED: type: string maxLength: 1 description: 'Indicator: characteristic is inherited' INSTANCE: type: integer format: int64 description: Instance counter CHARACT_DESCR: type: string maxLength: 30 description: Characteristic description required: - CLASSNUM - CLOBJECTKEY responses: '200': description: OK content: application/json: schema: properties: CLASSIF_STATUS: type: string maxLength: 1 description: Classification Status ALLOCVALUESCHAR_NEW: type: array items: type: object properties: CHARACT: type: string maxLength: 30 description: Characteristic Name VALUE_CHAR: type: string maxLength: 30 description: Characteristic Value 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 CHARACT_DESCR: type: string maxLength: 30 description: Characteristic description ALLOCVALUESCURR_NEW: type: array items: type: object properties: CHARACT: type: string maxLength: 30 description: Characteristic Name VALUE_FROM: type: number description: Internal floating point from VALUE_TO: type: number description: Internal floating point value to VALUE_RELATION: type: string maxLength: 1 description: Code for value dependency 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 INHERITED: type: string maxLength: 1 description: 'Indicator: characteristic is inherited' INSTANCE: type: integer format: int64 description: Instance counter CHARACT_DESCR: type: string maxLength: 30 description: Characteristic description ALLOCVALUESNUM_NEW: type: array items: type: object properties: CHARACT: type: string maxLength: 30 description: Characteristic Name VALUE_FROM: type: number description: Internal floating point from VALUE_TO: type: number description: Internal floating point value to VALUE_RELATION: type: string maxLength: 1 description: Code for value dependency 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 INHERITED: type: string maxLength: 1 description: 'Indicator: characteristic is inherited' INSTANCE: type: integer format: int64 description: Instance counter CHARACT_DESCR: type: string maxLength: 30 description: Characteristic description 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.