PI005 SAP (Data Structure for Leave Overview: Infotype 0005) Structure details

Dictionary Type: Structure
Description: Data Structure for Leave Overview: Infotype 0005




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




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

PI005 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 "Data Structure for Leave Overview: Infotype 0005" 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_PI005 TYPE PI005.

The PI005 table consists of various fields, each holding specific information or linking keys about Data Structure for Leave Overview: Infotype 0005 data available in SAP. These include OBJPS (Object Identification), URART (Leave type), UANSP (Leave entitlement), UREH1 (Total number of accounted leave days).. 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: Cannot Be Enhanced


SAP PI005 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
URLJJLeave year URLJJNUMC4GJAHRGJAHR
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
URARTLeave type URARTCHAR2Assigned to domainURART
UANSPLeave entitlement URANSDEC6(2) URTAG
UREH1Total number of accounted leave days UREH1DEC6(2) URTAG
UREH2Accounted leave days in time interval UREH2DEC6(2) URTAG
UBEA1Total number of leave days requested UBEA1DEC6(2) URTAG
UBEA2Leave requested in selection period UBEA2DEC6(2) URTAG
UBEA3Leave requested after selection period UBEA3DEC6(2) URTAG
UGEL1Total Number of Leave Days Compensated UGEL1DEC6(2) URTAG
UGEL2Compensated leave in selection period UGEL2DEC6(2) URTAG
UGEL3Compensated leave days after selection period UGEL3DEC6(2) URTAG
URESTRemaining leave URRESDEC6(2) URTAG
UABEGDeduction start date UABEGDATS8DATUM
UAENDDeduction end date UAENDDATS8DATUM

Key field Non-key field



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

As PI005 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 PI005 as there is no data to select.

How to access SAP table PI005

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