The Function Module FMBWB_NAVIGATION_CREATE (Create Navigation Box for Budgeting Workbench) is a standard Function Module in SAP ERP and is part of the function group FMBWB within the package FMBPA_E.
Function Module | FMBWB_NAVIGATION_CREATE |
Short Text | Create Navigation Box for Budgeting Workbench |
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_DOC_HANDLER | CLASS | CL_FMKU_ENTRYDOC_HANDLER | FM entry document handler | |
I_FM_AREA | TYPE | FIKRS | Financial management area | |
I_REPORT | TYPE | REPID | ABAP program, current main program | |
I_SCREEN | TYPE | DYNNR | Screen to witch the control sould be attacheden | |
I_USERNAME | TYPE | USNAM | User name |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_DOCKING_NAVIGATION | CLASS | CL_GUI_DOCKING_CONTAINER | Container for navigation box | |
E_LAST_DOCKEY | TYPE | I | Last key used in the tree | |
E_LAST_LISTINDX | TYPE | I | Last index used in the list | |
E_TREE_DOCUMENTS | CLASS | CL_GUI_LIST_TREE | List Tree Control | |
E_T_DOCUMENTS | TYPE | FMBW_T_DOCLIST | Document list for navigation box |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.