Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module FMBWB_PERIOD_SCREEN (Management of the period screen) is a standard Function Module in SAP ERP and is part of the function group FMBWB within the package FMBPA_E.
Function Module | FMBWB_PERIOD_SCREEN |
Short Text | Management of the period screen |
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_FM_AREA | TYPE | FIKRS | Financial management area | |
I_F_CURRENCY | TYPE | FMBW_S_CURRENCY | Currency data for decimals handling | |
I_F_HEADER | TYPE | FMED_S_HEADER | Entry document header structure | |
I_F_LAYOUT | LIKE | FMLA | Structure for dimensions and fields position in layout | |
I_GRID_ALV | CLASS | CL_GUI_ALV_GRID | List Viewer | |
I_GRID_ALV2 | CLASS | CL_GUI_ALV_GRID | List Viewer | |
I_GRID_PERIOD | CLASS | CL_GUI_ALV_GRID | ALV List Viewer | |
I_MAX_PERIOD | TYPE | BUKU_PERIOD | Budgeting period | |
I_MODE | TYPE | FMBW_MODE | Internal mode | |
I_SCREEN_PERIOD | TYPE | DYNNR | Number of the following screen |
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_DOCLNREF | TYPE | BUED_DOCLN | Six-figure line item for ledger | |
C_FLG_CHANGE | TYPE | XFELD | Change due to substitution | |
C_F_SCREEN | TYPE | FMBW_S_SCREEN | Screen fields for budgeting workbench | |
C_T_ALV | TYPE | FMBW_T_ALV_MAIN | ALV Grid in Budgeting Workbench - Main screen | |
C_T_ALV2 | TYPE | FMBW_T_ALV_MAIN | ALV Grid in Budgeting Workbench - Main screen | |
C_T_DIST_CHECK | TYPE | FMBW_T_DIST_CHECK | Distribution check (internal table) | |
C_T_LINES | TYPE | FMED_T_LINES | Entry document lines | |
C_T_PERIOD_M | TYPE | FMBW_T_PERIOD_M | Internal table with multiple period values | |
C_T_PERIOD_S | TYPE | FMBW_T_PERIOD_S | Single period value for the period screen management |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.