HRECM00PROC_ADMIN SAP (Administration data for compensation processes) Structure details

Dictionary Type: Structure
Description: Administration data for compensation processes




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




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

HRECM00PROC_ADMIN 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 "Administration data for compensation processes" 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_HRECM00PROC_ADMIN TYPE HRECM00PROC_ADMIN.

The HRECM00PROC_ADMIN table consists of various fields, each holding specific information or linking keys about Administration data for compensation processes data available in SAP. These include CPLAN (Compensation Plan), CITEM (Compensation Review Item), XCHNG (Indicator: Process record was changed since last save), XINPT (Indicator: Process Record ready for Input).. 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: Cannot Be Enhanced


SAP HRECM00PROC_ADMIN 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
CPLANCompensation Plan ECM_CPLANCHAR4Assigned to domainECM_CPLAN
CITEMCompensation Review Item ECM_CITEMCHAR4Assigned to domainECM_CITEM
XCHNGIndicator: Process record was changed since last save ECM_XCHNGCHAR1BOOLE
XINPTIndicator: Process Record ready for Input ECM_XINPTCHAR1BOOLE
XCONSIndicator: Process Record consistent ECM_XCONSCHAR1BOOLE
XELIGIndicator: Employee Is Eligible ECM_XELIGCHAR1XFELD
ELIDTCompensation Eligibility Date ECM_ELIDTDATS8DATUM
APPRSMinimum Appraisal Result ECM_APPMIDEC15(3) DEC12_3
EDBEGEffective Date Period Begin Date ECM_EDBEGDATS8DATUM
EDENDEffective Date Period End Date ECM_EDENDDATS8DATUM
XEDCHIndicator: Effective Date is Display-Only ECM_XEDCHCHAR1XFELD
BSEDTKey Date for Evaluation of Calculation Base Salary ECM_BSEDTDATS8DATUM
CNVDTKey Date for Currency Conversion ECM_CNVDTDATS8DATUM
BUMTPMessage Type for Budget Check ECM_BUMTPCHAR1ECM_CHMTP
GLMTPMessage Type for Guideline Check ECM_GLMTPCHAR1ECM_CHMTP
ACMTPMessage Type for Employee Activity Status Check ECM_ACMTPCHAR1ECM_CHMTP
FREQUUnit of Time Including Hourly ECM_FREQHNUMC2ECM_FREQH
BUFREUnit of Time ECM_FREQUNUMC2PFREQ
EDEXREffective Date of Existing Record ECM_EDEXRDATS8DATUM
SNEXRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
APPIDAppraisal Document ID HAP_APPRAISAL_IDCHAR32SYSUUID_C
APPTPAppraisal Template HAP_TEMPLATE_IDNUMC8NUMC08
FINYRInternal status of the planning for an organizational unit ECM_PSTATCHAR1ECM_PSTAT
DISP_APPIDAppraisal Document ID HAP_APPRAISAL_IDCHAR32SYSUUID_C
DISP_APPTPAppraisal Template HAP_TEMPLATE_IDNUMC8NUMC08
VIEW_NOT_ALLOWEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
EDIT_NOT_ALLOWEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
HIGHER_LVL_MANAGER_ACCESSData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
APPROVAL_OF_OWN_PLANNINGData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
LOCKEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
APPOTObject Type OTYPECHAR2Assigned to domainOTYPEPOT

Key field Non-key field



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

As HRECM00PROC_ADMIN 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 HRECM00PROC_ADMIN as there is no data to select.

How to access SAP table HRECM00PROC_ADMIN

Within an ECC or HANA version of SAP you can also view further information about HRECM00PROC_ADMIN 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!