PSI02 SAP (RGDIR with ID of period (for reports)) Structure details

Dictionary Type: Structure
Description: RGDIR with ID of period (for reports)




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




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

PSI02 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "RGDIR with ID of period (for reports)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PSI02 TYPE PSI02.

The PSI02 table consists of various fields, each holding specific information or linking keys about RGDIR with ID of period (for reports) data available in SAP. These include PERIOD (Payroll period), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP PSI02 structure 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
RECTYIndicator: Status of record SRTZACHAR1SRTZA
PERIODPayroll period PAPERCHAR6PRIOD
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
DUMMYIndicator: Dummy result RP_DUMMYCHAR1XFELD
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
PERSONTechnical Person Number PERSONIDNUMC8PERSONID
PERSDATAPersonnel Number PERNR_DNUMC8PERNRPER
BRACKETBracket for a Period and its Supplementals PAY_BRACKETNUMC5NUMC5
ORIG_SRTZAIndicator: Status of record SRTZACHAR1SRTZA

Key field Non-key field



How do I retrieve data from SAP structure PSI02 using ABAP code?

As PSI02 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PSI02 as there is no data to select.

How to access SAP table PSI02

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