HRWPC_S_CP_SALARYDATA SAP (Salary data) Structure details

Dictionary Type: Structure
Description: Salary data




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




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

HRWPC_S_CP_SALARYDATA 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 "Salary 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_HRWPC_S_CP_SALARYDATA TYPE HRWPC_S_CP_SALARYDATA.

The HRWPC_S_CP_SALARYDATA table consists of various fields, each holding specific information or linking keys about Salary data data available in SAP. These include MOLGA (Country Grouping), MOLGA_TEXT (Name of HR Country Grouping), TRFAR (Pay scale type), TRFAR_TEXT (Name of pay scale type (Basic Pay infotype)).. 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 HRWPC_S_CP_SALARYDATA 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
MOLGACountry Grouping MOLGACHAR2Assigned to domainMOLGAMOL
MOLGA_TEXTName of HR Country Grouping MLGTXCHAR25TEXT25
TRFARPay scale type TRFARCHAR2Assigned to domainTRFAR
TRFAR_TEXTName of pay scale type (Basic Pay infotype) TARTXCHAR20TEXT20
TRFGBPay Scale Area TRFGBCHAR2Assigned to domainTRFGB
TRFGB_TEXTName of pay scale area (Basic Pay infotype) TGBTXCHAR20TEXT20
TRFGRPay Scale Group TRFGRCHAR8Assigned to domainTRFGR
TRFSTPay Scale Level TRFSTCHAR2Assigned to domainTRFST
TRFKZES grouping for collective agreement provision TRFKZCHAR1CHAR1
TRFKZ_TEXTText length 25 TEXT25CHAR25TEXT25
CPINDPlanned compensation type P_CPINDCHAR1P_CPIND
CPIND_TEXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
BSGRDCapacity Utilization Level BSGRDDEC5(2) BSGRD
DIVGVWorking Hours per Payroll Period DIVGVDEC5(2) STDAZ
SALARYTYPESingle-Character Indicator CHAR1CHAR1CHAR1
SALARYTotal of all wage type amounts SUMBBCURR15(2) P_AMT08V
RANGETYPESingle-Character Indicator CHAR1CHAR1CHAR1
RANGEMINLower limit of pay grade level P_SLMINCURR13(2) P_AMT07V
RANGEMAXUpper limit of pay grade level P_SLMAXCURR13(2) P_AMT07V
RANGEREFTYPESingle-Character Indicator CHAR1CHAR1CHAR1
RANGEREFReference Salary of Pay Grade P_CTAMTCURR13(2) P_AMT07V
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
COMPA_RATIOCompa-ratio In Relation to Pay Grade Group or Level CMP_COMPA_RATIODEC5(2) DEC03_2
PERCENT_IN_RANGECompa-ratio In Relation to Pay Grade Group or Level CMP_COMPA_RATIODEC5(2) DEC03_2
FREQUENCYUnit of Time for Compensation CMP_FREQUCHAR1Assigned to domainCMP_FREQUCM_FREQU
FREQUENCY_TEXTText (20 Characters) TEXT20CHAR20TEXT20

Key field Non-key field



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

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

How to access SAP table HRWPC_S_CP_SALARYDATA

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