PC20P SAP (Payroll Result: Tax (G)) Structure details

Dictionary Type: Structure
Description: Payroll Result: Tax (G)




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




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

PC20P 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 Result: Tax (G)" 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_PC20P TYPE PC20P.

The PC20P table consists of various fields, each holding specific information or linking keys about Payroll Result: Tax (G) data available in SAP. These include BEGDA (Start Date), ENDDA (End Date), JUPER (Legal Person), STKRT (Certification period).. 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 PC20P 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
CNTR2Tax split CNTR2RAW1RAW1
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
JUPERLegal Person JUPERCHAR4JUPER
STKRTCertification period STKRTNUMC2NUM2
STPFLTax Liability STPFLCHAR1T5D2DSTRMM
STRKLTax Class (D) STRKLCHAR1STRKL
STTABTax Table (D) STTABCHAR1STTAB
KDFBTNumber of Tax Exemptions for Children (D) KDFBTDEC3(1) DEC2_1
STRKDNumber of Children for Berlin Supplement STRKDDEC3DEC3
KISTAChurch tax deduction - employee KISTACHAR2KISTA
KISTEChurch Tax Deduction - Spouse KISTECHAR2KISTA
KISTGChurch Tax Area (D) KISTGCHAR2T5D2LKISTG
PRMNZTax procedure PRMNZCHAR1T5D2DSTRMM
MODELTax Procedure Used AMODLCHAR3CHAR3
LZZRMPayroll Period LZZRMCHAR1P012_LZZRM
STAGETax days STAGEDEC2DEC2
VFREIPension Tax Exemption Granted VFREICHAR1T5D2DSTRMM
ALTKZIdentifier: Old-Age Exemption AENTLCHAR1XFELD
FRB1MMonthly Personal Exemption According to Tax Card FRB1MCURR9(2) WERT5
FRB1JAnnual Personal Exemption According to Tax Card FRB1JCURR9(2) WERT5
FRB2MMonthly Exemption for Specific Occupational Groups FRB2MCURR9(2) WERT5
FRB2JAnnual Exemption for Specific Occupational Groups FRB2JCURR9(2) WERT5
STFRGFlat-Rate Tax Procedure STFRGCHAR1T5D2DSTRMM
STBFGTax Exemption Reason STBFGCHAR1T5D2DSTRMM
STRSOSpecial Rule for Taxation (D) STRSOCHAR1T5D2DSTRMM
STRS2Special Rule for Taxation (D) STRSOCHAR1T5D2DSTRMM
SPER1Lock Tax Procedure PSPERCHAR1CHAR1
SPER2Lock Tax Procedure PSPERCHAR1CHAR1
SPER3Lock Tax Procedure PSPERCHAR1CHAR1
SPER4Lock Tax Procedure PSPERCHAR1CHAR1
SPER5Lock Tax Procedure PSPERCHAR1CHAR1
SPERKLock for Annual Church Tax Declaration SPERKCHAR1CHAR1
BEGBZBeginning of statement period BEGBZDATS8DATUM
DSTLBOutput Month DST_MONATNUMC2KMONAT
T5D2MCheckbox XFELDCHAR1XFELD
GMDNRMunicipality Number (D) GMNDNNUMC8Assigned to domainGMNDN
FZAMTTax Office Number (D) FZAMNNUMC4Assigned to domainFZAMN
STBELElster Special Processing STBELCHAR1STBEL
AUSN1Change on First Day of Subsequent Period P01_AUSN1CHAR1P01_AUSN1
SIDNRTax Identification Number P01_SIDNRNUMC11
WERKSPersonnel Area Reporting PERSA_SUMCHAR4Assigned to domainPERSAPBR
BTRTLPersonnel Subarea Reporting BTRTL_SUMCHAR4Assigned to domainBTRTLPBS
AGSNRTax Number in Electronic Tax Return Format P01T_AGSNRCHAR15CHAR15
FAKTORFactor for Factor Procedure P01_TX_FDEC4(3)
PKPVContribution Base Rate Private HI/CI P01_TX_PKPVCURR15(2) PRBETRG
ELSTAMChange by ELStAM P01_TX_E2_KNZ_ELSTAMCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table PC20P

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