HRWPC_S_CP_MATRIX_EMP SAP (Matrix Data per Employee) Structure details

Dictionary Type: Structure
Description: Matrix Data per Employee




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




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

HRWPC_S_CP_MATRIX_EMP 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 "Matrix Data per Employee" 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_MATRIX_EMP TYPE HRWPC_S_CP_MATRIX_EMP.

The HRWPC_S_CP_MATRIX_EMP table consists of various fields, each holding specific information or linking keys about Matrix Data per Employee data available in SAP. These include CAREA (Compensation area), CPLAN (Compensation adjustment type), LGART (Wage Type), MATRIX (Guideline Matrix).. 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_MATRIX_EMP 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
CAREACompensation area CMP_AREACHAR2T71C3CMP_AREACMA
CPLANCompensation adjustment type CMP_PLANCHAR4T71CACMP_PLANCM_CPLAN
LGARTWage Type LGARTCHAR4Assigned to domainLGART
MATRIXGuideline Matrix CMP_MATRIXCHAR4T71G0CMP_MATRIX
VTYPECalculation Variant CMP_VTYPECHAR1T71GTCMP_VTYPE
D1TXTText (30 Characters) TEXT30CHAR30TEXT30
D2TXTText (30 Characters) TEXT30CHAR30TEXT30
D3TXTText (30 Characters) TEXT30CHAR30TEXT30
SEGM1Dimension Segment CMP_SEGMENTNUMC2T71GSCMP_SEGMENT
STXT1Text (30 Characters) TEXT30CHAR30TEXT30
SEGM2Dimension Segment CMP_SEGMENTNUMC2T71GSCMP_SEGMENT
STXT2Text (30 Characters) TEXT30CHAR30TEXT30
SEGM3Dimension Segment CMP_SEGMENTNUMC2T71GSCMP_SEGMENT
STXT3Text (30 Characters) TEXT30CHAR30TEXT30
DPRCIDefault percentage is relevant CMP_DPRCT_INDCHAR1XFELD
LPRCIInput minimum percentage CMP_LPRCT_INDCHAR1XFELD
HPRCIInput maximum percentage CMP_HPRCT_INDCHAR1XFELD
DPRCTDefault Percentage CMP_DPRCTDEC7(2) ANZHL
LPRCTMinimum Percentage CMP_LPRCTDEC7(2) ANZHL
HPRCTMaximum Percentage CMP_HPRCTDEC7(2) ANZHL
EPRCIMessage type for percentage range CMP_EPRCT_INDCHAR1CMP_MSGTY
DAMTIDefault amount is relevant CMP_DAMNT_INDCHAR1XFELD
LAMTIInput minimum amount CMP_LOAMT_INDCHAR1XFELD
HAMTIInput maximum amount CMP_HIAMT_INDCHAR1XFELD
DAMNTDefault amount CMP_DAMNTCURR13(2) P_AMT07V
LAMNTMinimum amount CMP_LOAMTCURR13(2) P_AMT07V
HAMNTMaximum amount CMP_HIAMTCURR13(2) P_AMT07V
EAMTIMessage type for amount range CMP_EAMNT_INDCHAR1CMP_MSGTY
DNUMIDefault number is relevant CMP_DNUMB_INDCHAR1XFELD
LNUMIInput minimum number CMP_LNUMB_INDCHAR1XFELD
HNUMIInput maximum number CMP_HNUMB_INDCHAR1XFELD
DNUMBDefault Number CMP_DNUMBDEC15(5) CMP_LT_DEC15_5
LNUMBMinimum number CMP_LNUMBDEC15(5) CMP_LT_DEC15_5
HNUMBMaximum number CMP_HNUMBDEC15(5) CMP_LT_DEC15_5
ENUMIMessage type for number range CMP_ENUMB_INDCHAR1CMP_MSGTY
CURCYCurrency Key CURCYCUKY5Assigned to domainWAERSFWS
UNITTime/Measurement Unit PT_ZEINHCHAR3Assigned to domainRPMSH
EFLAGError flag CMP_ERRORCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table HRWPC_S_CP_MATRIX_EMP

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