Menu

SAP Function Module FMBWB_ALV_PERIOD_CREATE

Create ALV Grid Control for period screen

The Function Module FMBWB_ALV_PERIOD_CREATE (Create ALV Grid Control for period screen) is a standard Function Module in SAP ERP and is part of the function group FMBWB within the package FMBPA_E.

Technical Information

Function Module FMBWB_ALV_PERIOD_CREATE
Short Text Create ALV Grid Control for period screen
Function Group FMBWB
Package FMBPA_E
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_DYNNR TYPE DYNNR Number of the following screen
I_FLG_ADDED TYPE BUED_FLG_ADDED Flag to characterize additional line
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_MODE TYPE FMBW_MODE Internal mode
I_REPID TYPE REPID ABAP/4 program name
I_T_BWB_FIELDSTATUS TYPE FMBW_T_FIELDSTATUS Field status for budgeting workbench

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_DOCKING_ALV_PERIOD CLASS CL_GUI_DOCKING_CONTAINER Container for ALV on period screen
E_GRID_PERIOD CLASS CL_GUI_ALV_GRID ALV List Viewer

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_T_PERIOD_S TYPE FMBW_T_PERIOD_S Single period value for the period screen management

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.