openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BAPI_APPRAISAL_GETDETAIL: post: tags: - RH_APPRAISAL_BAPI summary: Read appraisal operationId: /rfc/BAPI_APPRAISAL_GETDETAIL requestBody: content: application/json: schema: properties: APPRAISAL_ID: type: integer format: int64 description: Object ID of appraisal PLAN_VERSION: type: string maxLength: 2 description: Plan version APPRAISAL_DATA: type: array items: type: object properties: COUNTER: type: integer format: int64 description: Counter ELEMENT_TYPE: type: string maxLength: 2 description: Object Type - Appraisal Element ELEMENT_ID: type: integer format: int64 description: Object ID - Appraisal Element ELEMENT_TEXT: type: string maxLength: 80 description: Numbering + Text - Appraisal Element WEIGHTING: type: integer format: int64 description: Weighting RATING: type: integer format: int64 description: Rating of an Appraisal Element RATING_TEXT: type: string maxLength: 40 description: Rating text of an appraisal element NOT_RATED: type: string maxLength: 1 description: 'Flag: Without Rating enumValues: ""=Not Selected,X=Selected' enum: - '' - X INPUT_TYPE: type: string maxLength: 1 description: 'Flag: Type of input option for appraisal result enumValues: ""=Optional entry,D=Required entry,M=No entry' enum: - '' - D - M PARENT: type: integer format: int64 description: Reference to Counter of Parent APPRAISEES: type: array items: type: object properties: PLAN_VERSION: type: string maxLength: 2 description: Plan Version TYPE: type: string maxLength: 2 description: Object Type ID: type: string maxLength: 45 description: ID of Related Object NAME: type: string maxLength: 40 description: Object Name APPRAISERS: type: array items: type: object properties: PLAN_VERSION: type: string maxLength: 2 description: Plan Version TYPE: type: string maxLength: 2 description: Object Type ID: type: string maxLength: 45 description: ID of Related Object NAME: type: string maxLength: 40 description: Object Name required: - APPRAISAL_ID - PLAN_VERSION responses: '200': description: OK content: application/json: schema: properties: APPRAISAL: type: object properties: TEXT: type: string maxLength: 40 description: Name of Appraisal START_DATE: type: string format: date description: Start date of period to be appraised END_DATE: type: string format: date description: End Date of Period To Be Appraised CREATION_DATE: type: string format: date description: Creation date of appraisal ANONYMOUS: type: string maxLength: 1 description: 'Flag: Anonymous appraiser enumValues: ""=Not Selected,X=Selected' enum: - '' - X STATUS: type: integer format: int64 description: 'Appraisal Status enumValues: 02=In Process,03=Completed,04=Approved,05=Rejected,01=In Preparation' enum: - '02' - '03' - '04' - '05' - '01' STATUS_TEXT: type: string maxLength: 25 description: Appraisal Status Text MULTI_SOURCE: type: string maxLength: 1 description: 'Flag: Individual, Overall, or Subappraisal enumValues: ""=Individual Appraisal,X=Overall Appraisal,P=Subappraisal' enum: - '' - X - P MULTI_SOURCE_TEXT: type: string maxLength: 25 description: Individual appraisal, overall appraisal, or subappraisal 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 APPRAISAL_DATA: type: array items: type: object properties: COUNTER: type: integer format: int64 description: Counter ELEMENT_TYPE: type: string maxLength: 2 description: Object Type - Appraisal Element ELEMENT_ID: type: integer format: int64 description: Object ID - Appraisal Element ELEMENT_TEXT: type: string maxLength: 80 description: Numbering + Text - Appraisal Element WEIGHTING: type: integer format: int64 description: Weighting RATING: type: integer format: int64 description: Rating of an Appraisal Element RATING_TEXT: type: string maxLength: 40 description: Rating text of an appraisal element NOT_RATED: type: string maxLength: 1 description: 'Flag: Without Rating enumValues: ""=Not Selected,X=Selected' enum: - '' - X INPUT_TYPE: type: string maxLength: 1 description: 'Flag: Type of input option for appraisal result enumValues: ""=Optional entry,D=Required entry,M=No entry' enum: - '' - D - M PARENT: type: integer format: int64 description: Reference to Counter of Parent APPRAISEES: type: array items: type: object properties: PLAN_VERSION: type: string maxLength: 2 description: Plan Version TYPE: type: string maxLength: 2 description: Object Type ID: type: string maxLength: 45 description: ID of Related Object NAME: type: string maxLength: 40 description: Object Name APPRAISERS: type: array items: type: object properties: PLAN_VERSION: type: string maxLength: 2 description: Plan Version TYPE: type: string maxLength: 2 description: Object Type ID: type: string maxLength: 45 description: ID of Related Object NAME: type: string maxLength: 40 description: Object Name '400': description: Bad request. 5XX: description: Unexpected error.