HRMS_BW_IS_APPRAISAL SAP (BW: Appraisals InfoSource) Structure details

Dictionary Type: Structure
Description: BW: Appraisals InfoSource




ABAP Code to SELECT data from HRMS_BW_IS_APPRAISAL
Related tables to HRMS_BW_IS_APPRAISAL
Access table HRMS_BW_IS_APPRAISAL




Structure field list including key, data, relationships and ABAP select examples

HRMS_BW_IS_APPRAISAL is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "BW: Appraisals InfoSource" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_HRMS_BW_IS_APPRAISAL TYPE HRMS_BW_IS_APPRAISAL.

The HRMS_BW_IS_APPRAISAL table consists of various fields, each holding specific information or linking keys about BW: Appraisals InfoSource data available in SAP. These include APP_DATE (Creation date of appraisal), STATUS (Appraisal Status), APPRAISAL_ID (Appraisal ID), APPER_OTYPE (Object type of appraiser).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP HRMS_BW_IS_APPRAISAL structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CALDAYEnd Date of Period To Be Appraised APP_ENDDADATS8DATUM
APP_DATECreation date of appraisal APPDATEDATS8DATUM
STATUSAppraisal Status BW_AP_STATUSNUMC2BW_AP_STATUS
APPRAISAL_IDAppraisal ID BW_APPRAISAL_IDCHAR30CHAR30
APPER_OTYPEObject type of appraiser APPRAISOR_OTYPECHAR2Assigned to domainOTYPEAPPRAISER_OTYPE
APPER_IDID of Appraiser BW_APPRAISER_IDCHAR30CHAR30
APPEE_OTYPEObject type of appraisees APPRAISEE_OTYPECHAR2Assigned to domainOTYPEAPPRAISEE_OTYPE
APPEE_IDAppraisee ID BW_APPRAISEE_IDCHAR30CHAR30
APPSCHEME_IDObject ID of appraisal model APPSCHEME_IDNUMC8NUM08APPSCHEME_ID
APPGROUP_ID1ID for Appraisal Criteria Group BW_APPGROUP_IDNUMC8Assigned to domainHROBJID
APPGROUP_ID2ID for Appraisal Criteria Group BW_APPGROUP_IDNUMC8Assigned to domainHROBJID
QUALI_IDQualification BW_QUALIFICATIONNUMC8Assigned to domainHROBJID
CRITERIA_IDID for Appraisal Criterion BW_APPCRITERIA_IDNUMC8Assigned to domainHROBJID
SCALE_IDScale ID SCALE_IDNUMC8Assigned to domainSCALE_ID
WEIGHTINGWeighting EVALUATIONDEC5(2) DEC3_2
RATINGRating of an Appraisal Element RATING1DEC15(3) DEC12_3
NOT_RATEDFlag: Without Rating RAT_NOTCHAR1CHAR1_X

Key field Non-key field



How do I retrieve data from SAP structure HRMS_BW_IS_APPRAISAL using ABAP code?

As HRMS_BW_IS_APPRAISAL is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on HRMS_BW_IS_APPRAISAL as there is no data to select.

How to access SAP table HRMS_BW_IS_APPRAISAL

Within an ECC or HANA version of SAP you can also view further information about HRMS_BW_IS_APPRAISAL and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!