PC229 SAP (Payroll Results: Special Payments) Structure details

Dictionary Type: Structure
Description: Payroll Results: Special Payments




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




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

PC229 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 "Payroll Results: Special Payments" 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_PC229 TYPE PC229.

The PC229 table consists of various fields, each holding specific information or linking keys about Payroll Results: Special Payments data available in SAP. These include BEGDA (Start Date), ENDDA (End Date), MODSZ (Special payment modifier), MOLGA (Country Grouping).. 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 PC229 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
SPSPLTax split PRSPLRAW1RAW1
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
MODSZSpecial payment modifier SZMODCHAR4CHAR4
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
LGARTWage Type LGARTCHAR4Assigned to domainLGART
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WERKSPersonnel Area PERSACHAR4T500PPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4T001PBTRTLPBS
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
PERSKEmployee Subgroup PERSKCHAR2Assigned to domainPERSKPKR
STAT3Special Payment Status STAT3CHAR1STATA
MASSNAction Type MASSNCHAR2T529AMASSN
MASSGReason for Action MASSGCHAR2T530MASSG
PKSYMPS symbol PKSY1CHAR2CHAR2
BSGRDCapacity Utilization Level BSGRDDEC5(2) BSGRD
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
TGAEXExact number of days of entitlement TGAEXDEC9(4) DEC5_4
TGGSTDays of rounded-off standard wage type TGGSTDEC9(4) DEC5_4
TGGSODays of rounded-off special wage type TGGSODEC9(4) DEC5_4
TGBSTDays standard wage type paid TGBSTDEC9(4) DEC5_4
TGBSODays special wage type paid TGBSODEC9(4) DEC5_4
BBSTAGross amount for standard wage type BBSTACURR12(2) CURR12
BBSONGross amount for special wage type BBSONCURR12(2) CURR12
KZSSLIndicator: Standard/special wage type KZSSLCHAR1CHAR1
AUTOMAutomatic indicator AUTO1CHAR1CHAR1
BEWG1Valuation basis 1 BEWG1CURR12(2) CURR12
BEWG2Valuation basis 2 BEWG2CURR12(2) CURR12
PABRJPayroll Year PABRJNUMC4GJAHRGJAHR
PABRPPayroll Period PABRPNUMC2PABRP
AKTIVActivity status AKTI1CHAR1XFELD
BETAGIndicator: Amount-Based Adjustment BETAGCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table PC229

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