RPTLEAD0 SAP (Parameters of Report PRTLEA40-Leave Reserves) Structure details

Dictionary Type: Structure
Description: Parameters of Report PRTLEA40-Leave Reserves




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




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

RPTLEAD0 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 "Parameters of Report PRTLEA40-Leave Reserves" 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_RPTLEAD0 TYPE RPTLEAD0.

The RPTLEAD0 table consists of various fields, each holding specific information or linking keys about Parameters of Report PRTLEA40-Leave Reserves data available in SAP. These include URL02 (Expenditure of Leave Reserve per Employee), URL03 (Output of Fictitious Payroll Data per Employee), URL04 (Name of Feature that Represents a Company Grouping), URL05 (Name of Feature that Controls Wage Type Assignment).. 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 RPTLEAD0 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
URL01Relevant Leave Period (Start/End Date) URL01DATS8DATUM
URL02Expenditure of Leave Reserve per Employee URL02CHAR1XFELD
URL03Output of Fictitious Payroll Data per Employee URL03CHAR1XFELD
URL04Name of Feature that Represents a Company Grouping URL04CHAR5T549DCHAR5
URL05Name of Feature that Controls Wage Type Assignment URL05CHAR5T549DCHAR5
URL06Form Indicator in T512E, to which Wage Types are Assigned URL06CHAR4T514DFORMU_514D
URL07Output of Error/Note List URL07CHAR1XFELD
URL08Technical Wage Type for Fictitious SI Payroll URL08CHAR4T514DFORMU_514D
URL09Settle Taken Leave against Future Years P011_URL09CHAR1XFELD
URL10Total of Reserves Data per Cost Center P011_URL10CHAR1XFELD
URL11Flat Percentage Rate for Additional Ancillary Payroll Costs P011_URL11DEC4(2) DEC2_2
URL12Calculate Exact Ancillary Payroll Costs from Social Ins. P011_URL12CHAR1XFELD
URL13Remuneration Processing for Open Leave in Fictitious Payroll P011_URL13CHAR1XFELD
URL14Ouput List with Totals per Cost Center URL14CHAR1XFELD
URL15Relevant Month for Payroll URL15DATS8DATUM
URL16Include Income Threshold Deficit in Anc. Payroll Cost Calc. URL16CHAR1XFELD
URL17Ignore Income Threshold Deficit in Anc. Payroll Cost Calc. URL17CHAR1XFELD
URL18Lump-Sum Percentage for Ancillary Payroll Costs URL18DEC5(2)
URL19Additional Vacation Bonus in % URL19DEC5(2)

Key field Non-key field



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

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

How to access SAP table RPTLEAD0

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