The Function Module FMBWB_ALV_DETAIL_MODIFY (Create ALV Grid Control for detail area) is a standard Function Module in SAP ERP and is part of the function group FMBWB within the package FMBPA_E.
Function Module | FMBWB_ALV_DETAIL_MODIFY |
Short Text | Create ALV Grid Control for detail area |
Function Group | FMBWB |
Package | FMBPA_E |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_CEFFYEAR_STATE | TYPE | FMCU_DIMSTATE | State of cash year | |
I_FLG_DK_RECEIVER | TYPE | XFELD | Distribution key relevant for receiver | |
I_FLG_DK_SENDER | TYPE | XFELD | Distribution key relevant for sender | |
I_FLG_KF_ALLOWED | TYPE | XFELD | Key figure can be displayed | |
I_FLG_MIX_VALTYPE | TYPE | XFELD | More than one value type | |
I_F_CURRENCY | TYPE | FMBW_S_CURRENCY | Currency data for decimals handling | |
I_F_FMBWUS | TYPE | FMBWUS | Budgeting Workbench User settings | |
I_F_KF | TYPE | FMBW_S_KF | Key figures info for Budgeting worbench | |
I_F_LAYOUT | TYPE | FMLA | Layout Variant | |
I_F_SCREEN | TYPE | FMBW_S_SCREEN | Screen fields for budgeting workbench | |
I_MODE | TYPE | FMBW_MODE | Internal mode | |
I_PROCESS_UI | TYPE | BUKU_PROCESS_UI | User Interface Process | |
I_T_BWB_FIELDSTATUS | TYPE | FMBW_T_FIELDSTATUS | Field status for budgeting workbench |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_GRID_ALV | CLASS | CL_GUI_ALV_GRID | ALV List Viewer | |
C_GRID_ALV2 | CLASS | CL_GUI_ALV_GRID | ALV List Viewer |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.