Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!
Bei amazon.de ansehen →The Function Module FMBWB_PERIOD_SCREEN_SET (Set global data for 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_SET |
Short Text | Set global data for 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_ALV_INDEX | TYPE | SYTABIX | Index of row in the ALV | |
I_CNT_ALV2_LINES | TYPE | SYTABIX | Internal Table, Current Row Index | |
I_CNT_ALV_LINES | TYPE | SYTABIX | Internal Table, Current Row Index | |
I_FLG_CHANGE | TYPE | XFELD | Data change due to substitution | |
I_FLG_FIRST_TABLE | TYPE | XFELD | Checkbox | |
I_FLG_LEAVE_PERIOD | TYPE | XFELD | Checkbox | |
I_FLG_NEW_LINE | TYPE | XFELD | Checkbox | |
I_FLG_UPDATE_ANNUAL | TYPE | XFELD | Checkbox | |
I_FM_AREA | TYPE | FIKRS | Financial management area | |
I_F_ALV | TYPE | FMBW_S_ALV_MAIN | Structure for ALV Grid in Budgeting Workbench - Main screen | |
I_F_HEADER | TYPE | FMED_S_HEADER | Entry document header structure | |
I_F_LAYOUT | TYPE | FMLA | Layout Variant | |
I_F_SCREEN | TYPE | FMBW_S_SCREEN | Screen fields for budgeting workbench | |
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_SELECT_INDEX | TYPE | SYTABIX | Index of selected row | |
I_T_ALV | TYPE | FMBW_T_ALV_MAIN | ALV Grid in Budgeting Workbench - Main screen | |
I_T_ALV2 | TYPE | FMBW_T_ALV_MAIN | ALV Grid in Budgeting Workbench - Main screen | |
I_T_DIST_CHECK | TYPE | FMBW_T_DIST_CHECK | Distribution check (internal table) | |
I_T_LINES | TYPE | FMED_T_LINES | Entry document lines | |
I_T_PERIOD_M | TYPE | FMBW_T_PERIOD_M | Internal table with multiple period values | |
I_T_PERIOD_S | TYPE | FMBW_T_PERIOD_S | Internal table with single period value |
This function module does not define any EXPORTING parameters.
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.