The Function Module FIAA_ALV_INIT_LAYOUT (Erzeugt das Standard Layout für die ALV Reports im FIAA) is a standard Function Module in SAP ERP and is part of the function group FIAA_FALVREPORTS within the package AR.
Function Module | FIAA_ALV_INIT_LAYOUT |
Short Text | Erzeugt das Standard Layout für die ALV Reports im FIAA |
Function Group | FIAA_FALVREPORTS |
Package | AR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_EXPAND | LIKE | Expand Möglichkeit für hierarchische Listen - X | ||
I_REPORTID | LIKE | ReportID des aufrufenden Reports | ||
I_SUMMEN_BERICHT | LIKE | Summenbericht - X | ||
I_VARIANTE | LIKE | DISVARIANT-VARIANT | Start Anzeigevariante |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_EVENT | TYPE | SLIS_T_EVENT | t_event | |
E_LAYOUT | TYPE | SLIS_LAYOUT_ALV | x_layout_settings | |
E_SORT | TYPE | SLIS_T_SORTINFO_ALV | t_sort | |
E_VARIANT | LIKE | DISVARIANT | x_variant |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_SORTFELDER | TYPE | FIAA_SALVSORT_FELDER | Die Felder der Sortiervariante |
This function module does not define any Exceptions.