HRWPC_S_CP_PS0380 SAP (HR Master Data Record Infotype 0380 (Comp. Adjustment)) Structure details

Dictionary Type: Structure
Description: HR Master Data Record Infotype 0380 (Comp. Adjustment)




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




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

HRWPC_S_CP_PS0380 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 "HR Master Data Record Infotype 0380 (Comp. Adjustment)" 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_PS0380 TYPE HRWPC_S_CP_PS0380.

The HRWPC_S_CP_PS0380 table consists of various fields, each holding specific information or linking keys about HR Master Data Record Infotype 0380 (Comp. Adjustment) data available in SAP. These include CTYPE (Compensation Component), CPLAN (Compensation adjustment type), CSTAT (Status of compensation adjustment), CPROC (Adjustment Reason).. 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_PS0380 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
CAREACompensation area CMP_AREACHAR2T71C3CMP_AREACMA
CTYPECompensation Component CMP_TYPECHAR4T71C0CMP_TYPE
CPLANCompensation adjustment type CMP_PLANCHAR4T71C7CMP_PLANCM_CPLAN
CSTATStatus of compensation adjustment CMP_STATUSCHAR1T778SISTAT
CPROCAdjustment Reason CMP_PROCCHAR2T71C8CMP_PROCCM_CPROC
CPINDPlanned compensation type P_CPINDCHAR1P_CPIND
TRFARPay Grade Type P_SLTYPCHAR2T510ATRFAR
TRFGBPay Grade Area P_SLREGCHAR2T510GTRFGB
TRFGRPay grade P_SLGRPCHAR8T710ATRFGR
TRFSTPay Grade Level P_SLLVLCHAR2T710CHAR2
BSWGTWage Type as Calculation Base CMP_BSWGTCHAR4T539JLGART
BSSALCalculation Base for Compensation Adjustments CMP_BSSALCURR15(2) P_AMT08
BSCURCurrency for basic pay CMP_BSCURCUKY5TCURCWAERS
BSDTECutoff day for calculating base salary CMP_BSDTEDATS8DATUM
INTVLIntervals till next increase CMP_INTVLSDEC5(2) DEC3_2
ADINTAdjusted intervals to next increase CMP_INTADJDEC5(2) DEC3_2
UNITSUnits of time/measuremenet for intervals CMP_INTUNTCHAR3T538ARPMSH
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
LGA01Wage Type LGARTCHAR4T512ZLGART
PCT01Percentage increase for wage type PRZNTDEC7(2) DEC52V
BET01Amount for compensation adjustment CMP_AMT07VCURR13(2) P_AMT07V
ANZ01Number ANZHLDEC7(2) ANZHL
LGA02Wage Type LGARTCHAR4T512ZLGART
PCT02Percentage increase for wage type PRZNTDEC7(2) DEC52V
BET02Amount for compensation adjustment CMP_AMT07VCURR13(2) P_AMT07V
ANZ02Number ANZHLDEC7(2) ANZHL
LGA03Wage Type LGARTCHAR4T512ZLGART
PCT03Percentage increase for wage type PRZNTDEC7(2) DEC52V
BET03Amount for compensation adjustment CMP_AMT07VCURR13(2) P_AMT07V
ANZ03Number ANZHLDEC7(2) ANZHL
LGA04Wage Type LGARTCHAR4T512ZLGART
PCT04Percentage increase for wage type PRZNTDEC7(2) DEC52V
BET04Amount for compensation adjustment CMP_AMT07VCURR13(2) P_AMT07V
ANZ04Number ANZHLDEC7(2) ANZHL
LGA05Wage Type LGARTCHAR4T512ZLGART
PCT05Percentage increase for wage type PRZNTDEC7(2) DEC52V
BET05Amount for compensation adjustment CMP_AMT07VCURR13(2) P_AMT07V
ANZ05Number ANZHLDEC7(2) ANZHL
LGA06Wage Type LGARTCHAR4T512ZLGART
PCT06Percentage increase for wage type PRZNTDEC7(2) DEC52V
BET06Amount for compensation adjustment CMP_AMT07VCURR13(2) P_AMT07V
ANZ06Number ANZHLDEC7(2) ANZHL
LGA07Wage Type LGARTCHAR4T512ZLGART
PCT07Percentage increase for wage type PRZNTDEC7(2) DEC52V
BET07Amount for compensation adjustment CMP_AMT07VCURR13(2) P_AMT07V
ANZ07Number ANZHLDEC7(2) ANZHL
LGA08Wage Type LGARTCHAR4T512ZLGART
PCT08Percentage increase for wage type PRZNTDEC7(2) DEC52V
BET08Amount for compensation adjustment CMP_AMT07VCURR13(2) P_AMT07V
ANZ08Number ANZHLDEC7(2) ANZHL
LGA09Wage Type LGARTCHAR4T512ZLGART
PCT09Percentage increase for wage type PRZNTDEC7(2) DEC52V
BET09Amount for compensation adjustment CMP_AMT07VCURR13(2) P_AMT07V
ANZ09Number ANZHLDEC7(2) ANZHL
LGA10Wage Type LGARTCHAR4T512ZLGART
PCT10Percentage increase for wage type PRZNTDEC7(2) DEC52V
BET10Amount for compensation adjustment CMP_AMT07VCURR13(2) P_AMT07V
ANZ10Number ANZHLDEC7(2) ANZHL
EFFDAEffective date CMP_EFFDADATS8DATUM

Key field Non-key field



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

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

How to access SAP table HRWPC_S_CP_PS0380

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