P2RD_ST SAP (Payroll Result: Tax (G)) Table details

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




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




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

P2RD_ST is a standard SAP Table which is used to store Payroll Result: Tax (G) data and is available within R/3 SAP systems depending on the version and release level.

The P2RD_ST table consists of various fields, each holding specific information or linking keys about Payroll Result: Tax (G) data available in SAP. These include MANDT (Client), DCT_PERNR (Personnel Number), DCT_SEQNR (Sequence Number), DCT_ROWID (Unique Row Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP P2RD_ST table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
DCT_PERNRPersonnel Number P_PERNRNUMC8PERNR
DCT_SEQNRSequence Number CDSEQNUMC5HRPY_RGDIRNUM5
DCT_ROWIDUnique Row Number HRDCT_ROWIDNUMC5HRDCT_ROWID
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 table P2RD_ST using ABAP code

The following ABAP code Example will allow you to do a basic selection on P2RD_ST to SELECT all data from the table
DATA: WA_P2RD_ST TYPE P2RD_ST.

SELECT SINGLE *
FROM P2RD_ST
INTO CORRESPONDING FIELDS OF WA_P2RD_ST
WHERE...

How to access SAP table P2RD_ST

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