HRPY_RGDIR SAP (Directory for Payroll Results) Table details

Dictionary Type: Table
Description: Directory for Payroll Results




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




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

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

The HRPY_RGDIR table consists of various fields, each holding specific information or linking keys about Directory for Payroll Results data available in SAP. These include PERNR (Personnel Number), SEQNR (Sequence Number), ABKRS (Payroll Area), FPPER (For-period for payroll).. 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 HRPY_RGDIR 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
PERNRPersonnel Number P_PERNRNUMC8PERNR
SEQNRSequence Number CDSEQNUMC5NUM5
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
FPPERFor-period for payroll FAPERCHAR6CHAR6
FPBEGStart date of payroll period (FOR period) FPBEGDATS8DATUM
FPENDEnd of payroll period (for-period) FPENDDATS8DATUM
IABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
IPERMPeriod Parameters PERMONUMC2Assigned to domainPERMO
INPERIn-period for payroll IPERICHAR6CHAR6
IPENDEnd of payroll period (IN period) IPENDDATS8DATUM
JUPERLegal Person JUPERCHAR4JUPER
SRTZAIndicator: Status of record SRTZACHAR1SRTZA
PAYTYPayroll type PAYTYCHAR1PAYTY
PAYIDPayroll Identifier PAYIDCHAR1CHAR1
VOIDReversal Indicator VOIDCHAR1XFELD
BONDTOff-cycle payroll payment date BONDTDATS8DATUM
RUNDTDate of payroll run RUNDTDATS8DATUM
RUNTMTime of payroll run RUNTMTIMS6UZEIT
PERMOPeriod Parameters PERMONUMC2T549RPERMO
VOIDDVoid date for payroll results VOID_DATEDATS8DATUM
VOIDTVoid time for payroll results VOID_TIMETIMS6UZEIT
VOIDRCancellation reason for payroll results VOID_CODECHAR2VOID_CODE
PAYDTPay date for payroll result PAY_DATEDATS8DATUM
INPTYPayroll type PAYTYCHAR1PAYTY
INPIDPayroll Identifier PAYIDCHAR1CHAR1
OCRSNReason for Off-Cycle Payroll PAY_OCRSNCHAR4Assigned to domainPAY_OCRSNOCR
INOCRReason for Off-Cycle Payroll PAY_OCRSNCHAR4Assigned to domainPAY_OCRSNOCR
OCCATCategory for off-cycle reason PAY_OCCATCHAR2Assigned to domainPAY_OCCAT
INOCCCategory for off-cycle reason PAY_OCCATCHAR2Assigned to domainPAY_OCCAT
REVERSALReversal Indicator VOIDCHAR1XFELD
OUTOFSEQOut-Of-Sequence-Check Indicator PAY_OUTOFSEQCHAR1PAY_OUTOFSEQ
OOSDATECreate Out-Of-Sequence Check (acc. to Payroll Control Rec.) PAY_OOSDATEDATS8DATUM
ARC_GROUPArchiving Group ARC_GROUPNUMC6NUM06
CALCDPayroll Already Run for Indicator Period CALCDCHAR1CALCD
MOLGACountry Grouping MOLGACHAR2Assigned to domainMOLGAMOL
PERSONTechnical Person Number PERSONIDNUMC8PERSONID
PERSDATAPersonnel Number PERNR_DNUMC8PERNRPER
BRACKETBracket for a Period and its Supplementals PAY_BRACKETNUMC5NUMC5

Key field Non-key field



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

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

SELECT SINGLE *
FROM HRPY_RGDIR
INTO CORRESPONDING FIELDS OF WA_HRPY_RGDIR
WHERE...

How to access SAP table HRPY_RGDIR

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