Data Element list used by SAP ABAP Function Module MENU_GET_OLD (Read the menu for user, position, ...)
SAP ABAP Function Module
MENU_GET_OLD (Read the menu for user, position, ...) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | MENU_FLAG | Customized ('C') or standard menu ('S') flag | SOURCE VALUE(NEW_LINE) LIKE SMENSAPNEW-CUSTOMIZED DEFAULT SPACE |
|
| 2 | MENU_FLAG | Customized ('C') or standard menu ('S') flag | SOURCE VALUE(SEPARATOR) LIKE SMENSAPNEW-CUSTOMIZED DEFAULT ',' |
|
| 3 | MENU_FLAG | Customized ('C') or standard menu ('S') flag | SOURCE VALUE(USE_CRLF_SUBSTITUTE) LIKE SMENSAPNEW-CUSTOMIZED DEFAULT 'X' |
|
| 4 | MENU_FLAG | Customized ('C') or standard menu ('S') flag | SOURCE VALUE(DOWNLOAD_FILES) LIKE SMENSAPNEW-CUSTOMIZED DEFAULT ' ' |
|
| 5 | MENU_ID | Name of the user, position, etc. | SOURCE VALUE(USER_NAME) LIKE SMENUSENEW-ID DEFAULT SY-UNAME |
|
| 6 | MENU_TYPE | User type (user, position,...) | SOURCE VALUE(MENU_READ_FLAG) LIKE SMENUSENEW-TYP DEFAULT ' ' |
|
| 7 | MENU_TYPE | User type (user, position,...) | SOURCE VALUE(USER_TYPE) LIKE SMENUSENEW-TYP DEFAULT 'US' |
|