RPTLEA40 SAP (Parameters of Report PRTLEA40 - Leave Reserve) Structure details

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




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




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

RPTLEA40 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 Reserve" 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_RPTLEA40 TYPE RPTLEA40.

The RPTLEA40 table consists of various fields, each holding specific information or linking keys about Parameters of Report PRTLEA40 - Leave Reserve 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 RPTLEA40 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 URL04CHAR5CHAR5
URL05Name of Feature that Controls Wage Type Assignment URL05CHAR5CHAR5
URL06Form Indicator in T512E, to which Wage Types are Assigned URL06CHAR4Assigned to domainFORMU_514D
URL07Output of Error/Note List URL07CHAR1XFELD
URL08Technical Wage Type for Fictitious SI Payroll URL08CHAR4Assigned to domainFORMU_514D
URL09Output of a Note List (Incorrect Master Data) URL09CHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RPTLEA40

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