P2RX_AB SAP (Cluster RD/B2: Table AB) Table details

Dictionary Type: Table
Description: Cluster RD/B2: Table AB




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




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

P2RX_AB is a standard SAP Table which is used to store Cluster RD/B2: Table AB data and is available within R/3 SAP systems depending on the version and release level.

The P2RX_AB table consists of various fields, each holding specific information or linking keys about Cluster RD/B2: Table AB 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 P2RX_AB 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
ABZNRPointer to absences ABZNRRAW1RAW1
ABARTSettlement Type PABARCHAR1CHAR1
APZNRPC205 assignment APZNRRAW1PRSPL
CNTR1National split CNTRXRAW1RAW1
CNTR2National split CNTRXRAW1RAW1
CNTR3National split CNTRXRAW1RAW1
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
VTKENPrevious Day Indicator VTKENCHAR1XFELD
BEGUZStart time CTIMBCHAR6CHAR6
ENDUZEnd time CTIMECHAR6CHAR6
AWARTAttendance or Absence Type AWARTCHAR4Assigned to domainAWART
ABWTGAttendance and Absence Days ABWTGDEC6(2) TAGE4_2
STDAZAbsence hours ABSTDDEC7(2) JRSTD
ABRTGAttendance and Absence Days ABWTGDEC6(2) TAGE4_2
ABRSTPayroll hours ABRSTDEC7(2) JRSTD
KALTGCalendar days CALDYDEC5(2) DEC3_2
KENN1Indicator for Subsequent Illness KENN1DEC2KNZAU
KENN2Indicator for repeated illness KENN2DEC2KNZAU
KLBEWAbsence valuation rule BEWKLNUMC2Assigned to domainKLBEW
PSARBWork capacity percentage PSARBDEC4(2) DEC2_2
OBEGDOld start date OBEGDDATS8DATUM
OENDDOld end date OENDDDATS8DATUM
REFEXReference Fields Exist (Primary/Secondary Costs) PRFEXCHAR1XFELD
ORDEXConfirmation Fields Exist ORDEXCHAR1XFELD
SUBTYSubtype SUBTYCHAR4SUBTYSUB
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
SPRPSLock Indicator for HR Master Data Record SPRPSCHAR1SPRPS
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
ALLDFRecord is for Full Day ALLDFCHAR1XFELD
HRSIFSet number of hours HRS_INPFLCHAR1XFELD
OCABSIndicator for absence valuation in offcycle payroll PTM_OCABSCHAR1PTM_OCABS
DOCNRDocument number for time data PTM_DOCNRNUMC20PTM_DOCNR
ALZNRAssignment for alternative payment ALZNRRAW1PRSPL
NXDFLNext Day Indicator PTM_NXDFLCHAR1XFELD
START_BEF_ZEROStart Before 00:00 PTM_START_BEF_ZEROCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM P2RX_AB
INTO CORRESPONDING FIELDS OF WA_P2RX_AB
WHERE...

How to access SAP table P2RX_AB

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