P2RD_SP SAP (Payroll Results: Special Payments) Table details

Dictionary Type: Table
Description: Payroll Results: Special Payments




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




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

P2RD_SP is a standard SAP Table which is used to store Payroll Results: Special Payments data and is available within R/3 SAP systems depending on the version and release level.

The P2RD_SP table consists of various fields, each holding specific information or linking keys about Payroll Results: Special Payments 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_SP 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
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 table P2RD_SP using ABAP code

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

SELECT SINGLE *
FROM P2RD_SP
INTO CORRESPONDING FIELDS OF WA_P2RD_SP
WHERE...

How to access SAP table P2RD_SP

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