Menu

SAP Function Module FIAA_ALV_DISPLAY

Ausgabe der internen Tabelle mit dem ALV

The Function Module FIAA_ALV_DISPLAY (Ausgabe der internen Tabelle mit dem ALV) is a standard Function Module in SAP ERP and is part of the function group FIAA_FALVREPORTS within the package AR.

Technical Information

Function Module FIAA_ALV_DISPLAY
Short Text Ausgabe der internen Tabelle mit dem ALV
Function Group FIAA_FALVREPORTS
Package AR
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EXPAND TYPE XFELD SPACE Bei hierarchischen Listen Expansion.
GITTERBERICHT LIKE SPACE Flag für Gitterbericht
HIERARCHICAL TYPE XFELD SPACE Wenn gesetzt, wird eine hierarch. Liste gezeigt
ITAB_EVENTS TYPE SLIS_T_EVENT ALV Eventhandler (TOP-OF-PAGE, ...) (opt)
ITAB_LAYOUT TYPE SLIS_LAYOUT_ALV ALV Layout der Tabelle (opt)
ITAB_SORT TYPE SLIS_T_SORTINFO_ALV ALV Startsortierung (opt)
I_FIELDCAT TYPE SLIS_T_FIELDCAT_ALV ALV Feldkatalog der internen Tabelle
SUMMEN_BERICHT LIKE Summenbericht? (summb)
TABNAME_HEADER TYPE SLIS_TABNAME ALV Tabellenname der HEADER Tabelle
TABNAME_ITEM TYPE SLIS_TABNAME SPACE ALV Tabellenname der ITEM Tabelle
TCOLLECT TYPE FIAA_SALVCOLLECT Übergabeparameter aus Reports
USE_ALV_GRID TYPE XFELD SPACE ALV Grid Control anstatt Classic ALV benutzen
VARIANTE TYPE DISVARIANT-VARIANT Die Anzeigevariante, mit der gestartet wird.
X_T086 TYPE T086 Sortiervariantentabelle (X_T086)

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BUKRS LIKE Buchungskreistabelle (BUKRS)
ITAB_HEADER LIKE Headertabelle
ITAB_ITEM LIKE Itemtabelle
ITAB_SUBSORT TYPE SLIS_T_SORTINFO_ALV ALV Zusatz-Startsortierung für ITEM Tabelle
SORTFELD LIKE FIAA_SALVSORT_FELDER Die Sortierfelder (FELD)

Exceptions

This function module does not define any Exceptions.