P2RQ_LSLPR SAP (Payroll Results: LSLPR Table) Table details

Dictionary Type: Table
Description: Payroll Results: LSLPR Table




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




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

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

The P2RQ_LSLPR table consists of various fields, each holding specific information or linking keys about Payroll Results: LSLPR Table 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 P2RQ_LSLPR 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
PABRJPayroll Year PABRJNUMC4GJAHRGJAHR
PABRPPayroll Period PABRPNUMC2PABRP
CSTACCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
CSTPCCost center percentage PKPRZDEC5(2) DEC3_2
YRSRVYears of Service P13Q_YRSINT13DDINT1
YRSPCYears of Service Percentage P13Q_YRSPCDEC5(2) DEC3_2
URARTLeave type URARCHAR2Assigned to domainURART
ACCIDLeave Accrual Identifier Australia P13Q_ACCIDNUMC2Assigned to domainP13Q_ACCID
ENTHRLeave entitlement PTM_HENTITLEDEC10(5) PTM_QUONUM
ACCHRLeave Provision Entitlement Hours P13Q_ENTHRDEC9(2) DEC7_2
ENTVLEntitlement Dollar Value ENTVDEC9(2) PAU_DV7_2
ACCVLAccrual Value LSL P13Q_ACCVLDEC6(2) DEC4_2
LBVALLiability Value P13Q_LBVALDEC9(2) PAU_DV7_2
ESCPCEscalation Percentage P13Q_ESCPCDEC6(2) DEC4_2
ESCONEscalation On-Cost Value P13Q_ESCONDEC9(2) PAU_DV7_2
ESCSBLiability Value P13Q_LBVALDEC9(2) PAU_DV7_2
INFPCEscalation Percentage P13Q_ESCPCDEC6(2) DEC4_2
INFONEscalation On-Cost Value P13Q_ESCONDEC9(2) PAU_DV7_2
INFSBLiability Value P13Q_LBVALDEC9(2) PAU_DV7_2
BNDPCEscalation Percentage P13Q_ESCPCDEC6(2) DEC4_2
BNDONEscalation On-Cost Value P13Q_ESCONDEC9(2) PAU_DV7_2
BNDVALLiability Value P13Q_LBVALDEC9(2) PAU_DV7_2
WKSALPeriod Salary (LSL) P13Q_WKSALDEC11(5) P13Q_DEC11
KTARTAbsence Quota Type ABWKONUMC2Assigned to domainABWKO

Key field Non-key field



How do I retrieve data from SAP table P2RQ_LSLPR using ABAP code

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

SELECT SINGLE *
FROM P2RQ_LSLPR
INTO CORRESPONDING FIELDS OF WA_P2RQ_LSLPR
WHERE...

How to access SAP table P2RQ_LSLPR

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