HRECM00_GE_GDL_OVR SAP (Overwrite Parameter for the guideline dimensions) Structure details

Dictionary Type: Structure
Description: Overwrite Parameter for the guideline dimensions




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




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

HRECM00_GE_GDL_OVR 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 "Overwrite Parameter for the guideline dimensions" 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_HRECM00_GE_GDL_OVR TYPE HRECM00_GE_GDL_OVR.

The HRECM00_GE_GDL_OVR table consists of various fields, each holding specific information or linking keys about Overwrite Parameter for the guideline dimensions data available in SAP. These include GE_CHECK_CAREA (Compensation Area), GE_C_DIM1_PERNR (Personnel number), GE_C_DIM1_CAREA (Compensation Area), GE_C_DIM2_PERNR (Personnel number).. 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 HRECM00_GE_GDL_OVR 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
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 HRECM00_GE_GDL_OVR using ABAP code?

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

How to access SAP table HRECM00_GE_GDL_OVR

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