The Function Module MENU_MIGRATE_LOAD_AREA_MENUS (Load area menu information for further editing) is a standard Function Module in SAP ERP and is part of the function group SMNV_MIGRATION within the package S_PROFGEN.
Function Module | MENU_MIGRATE_LOAD_AREA_MENUS |
Short Text | Load area menu information for further editing |
Function Group | SMNV_MIGRATION |
Package | S_PROFGEN |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DB_UPDATE | LIKE | SMENSAPNEW-CUSTOMIZED | 'X' | |
LOAD_ALL_AREA_MENUS | LIKE | SMENSAPNEW-CUSTOMIZED | 'X' | |
NO_MESSAGES | TYPE | CHAR1 | SPACE | Single-Character Flag |
SINGLE_MENU_NAME | LIKE | SMENSAPNEW-PAR_MENU | SPACE | |
XPRA | TYPE | CHAR1 | SPACE | Single-Character Flag |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LANGUAGES | LIKE | SSM_LANG | ||
OUTPUT_NODES | LIKE | MENTRMIG | ||
OUTPUT_TEXTS | LIKE | MENTRMIGT |
This function module does not define any Exceptions.