HRECM00GUIDELINE SAP (Guideline data) Structure details

Dictionary Type: Structure
Description: Guideline data




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




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

HRECM00GUIDELINE 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 "Guideline data" 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_HRECM00GUIDELINE TYPE HRECM00GUIDELINE.

The HRECM00GUIDELINE table consists of various fields, each holding specific information or linking keys about Guideline data data available in SAP. These include CPLAN (Compensation Plan), CAREA (Compensation Area), GLDIN (Guideline Key Date Indicator), GLKDT (Key Date for Guideline Evaluation).. 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 HRECM00GUIDELINE 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
CAREACompensation Area ECM_CAREACHAR2Assigned to domainECM_CAREAECM_CAREA
GLDINGuideline Key Date Indicator ECM_GLDINCHAR1ECM_GLDIN
GLKDTKey Date for Guideline Evaluation ECM_GLKDTDATS8DATUM
EVBEGDate DATUMDATS8DATUM
EVENDDate DATUMDATS8DATUM
FREQUUnit of Time Including Hourly ECM_FREQHNUMC2ECM_FREQH
XDFAMIndicator: Default Amount Applied in Guideline ECM_XDFAMCHAR1XFELD
XMIAMIndicator: Minimum Amount applied in Guideline ECM_XMIAMCHAR1XFELD
XMAAMIndicator: Maximum Amount applied in Guideline ECM_XMAAMCHAR1XFELD
XDFPCIndicator: Default Percent Applied in Guideline ECM_XDFPCCHAR1XFELD
XMIPCIndicator: Minimum Percent applied in Guideline ECM_XMIPCCHAR1XFELD
XMAPCIndicator: Maximum Percent applied in Guideline ECM_XMAPCCHAR1XFELD
XDFNUIndicator: Default Number applied in Guideline ECM_XDFNUCHAR1XFELD
XMINUIndicator: Minimum Number Applied in Guideline ECM_XMINUCHAR1XFELD
XMANUIndicator: Maximum Number Applied in Guideline ECM_XMANUCHAR1XFELD
DFAMTGuideline Default Amount ECM_DFAMTCURR13(2) ECM_CPAMS
MIAMTGuideline Minimum Amount ECM_MIAMTCURR13(2) ECM_CPAMS
MAAMTGuideline Maximum Amount ECM_MAAMTCURR13(2) ECM_CPAMS
DFPCTGuideline Default Percent ECM_DFPCTDEC7(2) ECM_CPPCS
MIPCTGuideline Minimum Percent ECM_MIPCTDEC7(2) ECM_CPPCS
MAPCTGuideline Maximum Percent ECM_MAPCTDEC7(2) ECM_CPPCS
DFNUMGuideline Default Number ECM_DFNUMDEC10ECM_STKNO
MINUMGuideline Minimum Number ECM_MINUMDEC10ECM_STKNO
MANUMGuideline Maximum Number ECM_MANUMDEC10ECM_STKNO
CURRECurrency Key WAERSCUKY5TCURCWAERSFWS
STKUNStock Unit ECM_STKUNCHAR4T71LTI05ECM_STKUN
RDINFO 0
RDDEF 0
RDCURCurrency Key WAERSCUKY5WAERSFWS
RDAMTRounding Amount for Compensation Management ECM_RDAMTCURR13(2) ECM_CPAMT
RDTYPRounding Type for Compensation Management ECM_RDTYPCHAR1ECM_RDTYP
RDAMHRounding Amount for Hourly Amounts ECM_RDAMHCURR13(2) ECM_CPAMT
RDTYHRounding Type for Hourly Amounts ECM_RDTYHCHAR1ECM_RDTYP
XRDCVTRound salary adjustments in payroll frequency ECM_XRDCVTCHAR1XFELD
FREQ 0
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
MOLGACountry Grouping MOLGACHAR2MOLGAMOL
DIVGVWorking Hours per Payroll Period DIVGVDEC5(2) STDAZ
FREQUPayroll time units PFREQNUMC2PFREQ
XHOURIndicator: Process Time Unit is Hourly ECM_XHOURCHAR1XFELD
CITEMCompensation Review Item ECM_CITEMCHAR4ECM_CITEM
APPRSMinimum Appraisal Result ECM_APPMIDEC15(3) DEC12_3
APPIDAppraisal Document ID HAP_APPRAISAL_IDCHAR32SYSUUID_C
APPTPAppraisal Template HAP_TEMPLATE_IDNUMC8NUMC08
APPOTObject Type OTYPECHAR2Assigned to domainOTYPEPOT
GE_CHECK_PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
GE_CHECK_CAREACompensation Area ECM_CAREACHAR2Assigned to domainECM_CAREAECM_CAREA
GE_C_DIM1_PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
GE_C_DIM1_CAREACompensation Area ECM_CAREACHAR2Assigned to domainECM_CAREAECM_CAREA
GE_C_DIM2_PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
GE_C_DIM2_CAREACompensation Area ECM_CAREACHAR2Assigned to domainECM_CAREAECM_CAREA
GE_C_DIM3_PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
GE_C_DIM3_CAREACompensation Area ECM_CAREACHAR2Assigned to domainECM_CAREAECM_CAREA

Key field Non-key field



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

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

How to access SAP table HRECM00GUIDELINE

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