RPTEZL00_ALV1 is an SAP Structure so does not store data like a database table does but can be used to process "Output Structure RPTEZL00" 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_RPTEZL00_ALV1 TYPE RPTEZL00_ALV1 .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
DATUM | DATUM | DATS | 8 | Date | ||
LGART | LGART | CHAR | 4 |
* | Wage Type | |
ANZHL | LGANZ | DEC | 5(2) | Number of hours per wage type | ||
IFTYP | IFTYP | CHAR | 1 | Information Type (S/M/A/B) | ||
AWART | AWART | CHAR | 4 |
* | Attendance or Absence Type |
Key field | |
Non-key field |
RPTEZL00_ALV1 - Output Structure RPTEZL00 RPTESTCRP_ALV - For output of report SAPMPUU1_TMP: Test case report RPTERR00 - Output Structure for Report RPTERR00 RPTAXXXX - Structure for Report Parameter RPT* RPTAXXE0 - Structure for report RPTGENE0 parameters RPTAXFORM_ALV - For output of report RPUBTXU4