PC202 SAP (Payroll Status Information) Structure details

Dictionary Type: Structure
Description: Payroll Status Information




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




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

PC202 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 Status Information" 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_PC202 TYPE PC202.

The PC202 table consists of various fields, each holding specific information or linking keys about Payroll Status Information data available in SAP. These include ABKRS (Payroll Area), JUPER (Legal Person), WAERS (Currency Key), GROSS (Payroll performed for gross part).. 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 PC202 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
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
JUPERLegal Person JUPERCHAR4JUPER
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
GROSSPayroll performed for gross part BRUTTOCHAR1XFELD
GDATERetro.acct.for gross part as of BRDATDATS8DATUM
NETPayroll performed for net part NETTOCHAR1XFELD
NDATERetro.acct.for net part as of NDATEDATS8DATUM
FPBEGStart date of payroll period (FOR period) FPBEGDATS8DATUM
FPENDEnd of payroll period (for-period) FPENDDATS8DATUM
IPERMPeriod modifier IPERMCHAR2CHAR2
INPERIn-period for payroll IPERICHAR6CHAR6
BONDTOff-cycle payroll payment date BONDTDATS8DATUM
PAYTYPayroll type PAYTYCHAR1PAYTY
PAYIDPayroll Identifier PAYIDCHAR1CHAR1
VOIDReversal Indicator VOIDCHAR1XFELD
VOIDDVoid date for payroll results VOID_DATEDATS8DATUM
VOIDTVoid time for payroll results VOID_TIMETIMS6UZEIT
VOIDRCancellation reason for payroll results VOID_CODECHAR2VOID_CODE
PAYDTPay date for payroll result PAY_DATEDATS8DATUM
FPPERFor-period for payroll FAPERCHAR6CHAR6
PERMOPeriod Parameters PERMONUMC2Assigned to domainPERMO
INPTYPayroll type PAYTYCHAR1PAYTY
INPIDPayroll Identifier PAYIDCHAR1CHAR1
IPENDEnd of payroll period (IN period) IPENDDATS8DATUM
RUNDTDate of payroll run RUNDTDATS8DATUM
RUNTMTime of payroll run RUNTMTIMS6UZEIT
IABKRSPayroll subunit IP IABKRCHAR2Assigned to domainABKRS
OCRSNReason for Off-Cycle Payroll PAY_OCRSNCHAR4Assigned to domainPAY_OCRSNOCR
INOCRReason for Off-Cycle Payroll PAY_OCRSNCHAR4Assigned to domainPAY_OCRSNOCR
OCCATCategory for off-cycle reason PAY_OCCATCHAR2Assigned to domainPAY_OCCAT
INOCCCategory for off-cycle reason PAY_OCCATCHAR2Assigned to domainPAY_OCCAT
REVERSALReversal Indicator VOIDCHAR1XFELD
OUTOFSEQOut-Of-Sequence-Check Indicator PAY_OUTOFSEQCHAR1PAY_OUTOFSEQ
OOSDATECreate Out-Of-Sequence Check (acc. to Payroll Control Rec.) PAY_OOSDATEDATS8DATUM
PERSONTechnical Person Number PERSONIDNUMC8PERSONID
PERSDATAPersonnel Number PERNR_DNUMC8PERNRPER
BRACKETBracket for a Period and its Supplementals PAY_BRACKETNUMC5NUMC5

Key field Non-key field



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

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

How to access SAP table PC202

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