openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BAPI_QUALIPROF_CHANGE: post: tags: - RHPE_QUALI_PROF_BAPI summary: Create, delete, and change qualifications profile operationId: /rfc/BAPI_QUALIPROF_CHANGE requestBody: content: application/json: schema: properties: OTYPE: type: string maxLength: 2 description: Type of person PLVAR: type: string maxLength: 2 description: Plan version SOBID: type: string maxLength: 45 description: Object ID of person type CHANGE_PROFILE: type: array items: type: object properties: OBJ_ID: type: integer format: int64 description: Object ID STEXT: type: string maxLength: 40 description: Object Name BEGDA: type: string format: date description: Start Date ENDDA: type: string format: date description: End Date RATING: type: integer format: int64 description: Proficiency of a Quality Scale RATING_TEXT: type: string maxLength: 40 description: Scale Proficiency Text QGROUP_ID: type: integer format: int64 description: Qualification group QGROUPTXT: type: string maxLength: 40 description: Qualification Group (Name) SCALE_ID: type: integer format: int64 description: Scale ID SCALETXT: type: string maxLength: 40 description: Name of Scale CHANGED_ON: type: string format: date description: Changed on USER_NAME: type: string maxLength: 12 description: User Name SHORT: type: string maxLength: 12 description: Object Abbreviation ERR_PROFILE: type: array items: type: object properties: OBJ_ID: type: integer format: int64 description: Object ID STEXT: type: string maxLength: 40 description: Object Name BEGDA: type: string format: date description: Start Date ENDDA: type: string format: date description: End Date RATING: type: integer format: int64 description: Proficiency of a Quality Scale RATING_TEXT: type: string maxLength: 40 description: Scale Proficiency Text QGROUP_ID: type: integer format: int64 description: Qualification group QGROUPTXT: type: string maxLength: 40 description: Qualification Group (Name) SCALE_ID: type: integer format: int64 description: Scale ID SCALETXT: type: string maxLength: 40 description: Name of Scale CHANGED_ON: type: string format: date description: Changed on USER_NAME: type: string maxLength: 12 description: User Name SHORT: type: string maxLength: 12 description: Object Abbreviation PROFILE_ADD: type: array items: type: object properties: OBJ_ID: type: integer format: int64 description: Object ID STEXT: type: string maxLength: 40 description: Object Name BEGDA: type: string format: date description: Start Date ENDDA: type: string format: date description: End Date RATING: type: integer format: int64 description: Proficiency of a Quality Scale RATING_TEXT: type: string maxLength: 40 description: Scale Proficiency Text QGROUP_ID: type: integer format: int64 description: Qualification group QGROUPTXT: type: string maxLength: 40 description: Qualification Group (Name) SCALE_ID: type: integer format: int64 description: Scale ID SCALETXT: type: string maxLength: 40 description: Name of Scale CHANGED_ON: type: string format: date description: Changed on USER_NAME: type: string maxLength: 12 description: User Name SHORT: type: string maxLength: 12 description: Object Abbreviation PROFILE_DELETE: type: array items: type: object properties: OBJ_ID: type: integer format: int64 description: Object ID STEXT: type: string maxLength: 40 description: Object Name BEGDA: type: string format: date description: Start Date ENDDA: type: string format: date description: End Date RATING: type: integer format: int64 description: Proficiency of a Quality Scale RATING_TEXT: type: string maxLength: 40 description: Scale Proficiency Text QGROUP_ID: type: integer format: int64 description: Qualification group QGROUPTXT: type: string maxLength: 40 description: Qualification Group (Name) SCALE_ID: type: integer format: int64 description: Scale ID SCALETXT: type: string maxLength: 40 description: Name of Scale CHANGED_ON: type: string format: date description: Changed on USER_NAME: type: string maxLength: 12 description: User Name SHORT: type: string maxLength: 12 description: Object Abbreviation required: - OTYPE - PLVAR - SOBID responses: '200': description: OK content: application/json: schema: properties: RETURN: 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 CHANGE_PROFILE: type: array items: type: object properties: OBJ_ID: type: integer format: int64 description: Object ID STEXT: type: string maxLength: 40 description: Object Name BEGDA: type: string format: date description: Start Date ENDDA: type: string format: date description: End Date RATING: type: integer format: int64 description: Proficiency of a Quality Scale RATING_TEXT: type: string maxLength: 40 description: Scale Proficiency Text QGROUP_ID: type: integer format: int64 description: Qualification group QGROUPTXT: type: string maxLength: 40 description: Qualification Group (Name) SCALE_ID: type: integer format: int64 description: Scale ID SCALETXT: type: string maxLength: 40 description: Name of Scale CHANGED_ON: type: string format: date description: Changed on USER_NAME: type: string maxLength: 12 description: User Name SHORT: type: string maxLength: 12 description: Object Abbreviation ERR_PROFILE: type: array items: type: object properties: OBJ_ID: type: integer format: int64 description: Object ID STEXT: type: string maxLength: 40 description: Object Name BEGDA: type: string format: date description: Start Date ENDDA: type: string format: date description: End Date RATING: type: integer format: int64 description: Proficiency of a Quality Scale RATING_TEXT: type: string maxLength: 40 description: Scale Proficiency Text QGROUP_ID: type: integer format: int64 description: Qualification group QGROUPTXT: type: string maxLength: 40 description: Qualification Group (Name) SCALE_ID: type: integer format: int64 description: Scale ID SCALETXT: type: string maxLength: 40 description: Name of Scale CHANGED_ON: type: string format: date description: Changed on USER_NAME: type: string maxLength: 12 description: User Name SHORT: type: string maxLength: 12 description: Object Abbreviation PROFILE_ADD: type: array items: type: object properties: OBJ_ID: type: integer format: int64 description: Object ID STEXT: type: string maxLength: 40 description: Object Name BEGDA: type: string format: date description: Start Date ENDDA: type: string format: date description: End Date RATING: type: integer format: int64 description: Proficiency of a Quality Scale RATING_TEXT: type: string maxLength: 40 description: Scale Proficiency Text QGROUP_ID: type: integer format: int64 description: Qualification group QGROUPTXT: type: string maxLength: 40 description: Qualification Group (Name) SCALE_ID: type: integer format: int64 description: Scale ID SCALETXT: type: string maxLength: 40 description: Name of Scale CHANGED_ON: type: string format: date description: Changed on USER_NAME: type: string maxLength: 12 description: User Name SHORT: type: string maxLength: 12 description: Object Abbreviation PROFILE_DELETE: type: array items: type: object properties: OBJ_ID: type: integer format: int64 description: Object ID STEXT: type: string maxLength: 40 description: Object Name BEGDA: type: string format: date description: Start Date ENDDA: type: string format: date description: End Date RATING: type: integer format: int64 description: Proficiency of a Quality Scale RATING_TEXT: type: string maxLength: 40 description: Scale Proficiency Text QGROUP_ID: type: integer format: int64 description: Qualification group QGROUPTXT: type: string maxLength: 40 description: Qualification Group (Name) SCALE_ID: type: integer format: int64 description: Scale ID SCALETXT: type: string maxLength: 40 description: Name of Scale CHANGED_ON: type: string format: date description: Changed on USER_NAME: type: string maxLength: 12 description: User Name SHORT: type: string maxLength: 12 description: Object Abbreviation '400': description: Bad request. 5XX: description: Unexpected error.