HRECM00SALARYSTRUVALANDTEXT SAP (Values of salary structure with texts) Structure details

Dictionary Type: Structure
Description: Values of salary structure with texts




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




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

HRECM00SALARYSTRUVALANDTEXT 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 "Values of salary structure with texts" 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_HRECM00SALARYSTRUVALANDTEXT TYPE HRECM00SALARYSTRUVALANDTEXT.

The HRECM00SALARYSTRUVALANDTEXT table consists of various fields, each holding specific information or linking keys about Values of salary structure with texts data available in SAP. These include MANDT (Client), MOLGA (Country Grouping), SLTYP (Pay Grade Type), SLREG (Pay Grade Area).. 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 HRECM00SALARYSTRUVALANDTEXT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
MOLGACountry Grouping MOLGACHAR2Assigned to domainMOLGAMOL
SLTYPPay Grade Type P_SLTYPCHAR2Assigned to domainTRFAR
SLREGPay Grade Area P_SLREGCHAR2Assigned to domainTRFGB
SLGRPPay grade P_SLGRPCHAR8Assigned to domainTRFGR
SLLVLPay Grade Level P_SLLVLCHAR2CHAR2
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SLMINLower limit of pay grade level P_SLMINCURR13(2) P_AMT07V
SLMAXUpper limit of pay grade level P_SLMAXCURR13(2) P_AMT07V
SLREFReference salary of grade level CMP_SLREFCURR13(2) P_AMT07V
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
FREQUENCYUnit of Time ECM_FREQUNUMC2PFREQ
MIDPOINTMean value MIDPTCURR11(2) WERT6
TRFKZES grouping for collective agreement provision TRFKZCHAR1CHAR1
NUMBER_OF_JOBSNatural Number INT4INT410INT4
NUMBER_OF_POSITIONSNatural Number INT4INT410INT4
JOBGROUPCompensation Job Group ECM_CJOBGRPCHAR8Assigned to domainECM_CJOBGRP
COUNTRYGROUPING_TEXTCountrygrouping Text ECM_TEXT_COUNTRYGRPCHAR25TEXT25
SALARYTYPE_TEXTSalary Type Text ECM_TEXT_SALARYTYPECHAR20TEXT20
SALARYREGION_TEXTSalary Area Text ECM_TEXT_SALARYAREACHAR20TEXT20
FREQUENCY_TEXTText of Time Unit ECM_TEXT_FREQUENCYCHAR60TEXT60
NUMBER_JOBSCharacter Field Length = 10 CHAR10CHAR10CHAR10
NUMBER_POSITIONSCharacter Field Length = 10 CHAR10CHAR10CHAR10
SLMIN_EXTENDEDCurrent Minimum of Salary Grade Level ECM_SLMIN_EXTENDEDCURR15(2) P_AMT08V
SLMAX_EXTENDEDCurrent Maximum of Salary Grade Level ECM_SLMAX_EXTENDEDCURR15(2) P_AMT08V
SLREF_EXTENDEDCurrent Reference Salary of Salary Grade Level ECM_SLREF_EXTENDEDCURR15(2) P_AMT08V

Key field Non-key field



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

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

How to access SAP table HRECM00SALARYSTRUVALANDTEXT

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