Table/Structure Field 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 | SMENSAPNEW - CUSTOMIZED | Customized ('C') or standard menu ('S') flag | SOURCE VALUE(DOWNLOAD_FILES) LIKE SMENSAPNEW-CUSTOMIZED DEFAULT ' ' |
|
| 2 | SMENSAPNEW - CUSTOMIZED | Customized ('C') or standard menu ('S') flag | SOURCE VALUE(NEW_LINE) LIKE SMENSAPNEW-CUSTOMIZED DEFAULT SPACE |
|
| 3 | SMENSAPNEW - CUSTOMIZED | Customized ('C') or standard menu ('S') flag | SOURCE VALUE(SEPARATOR) LIKE SMENSAPNEW-CUSTOMIZED DEFAULT ',' |
|
| 4 | SMENSAPNEW - CUSTOMIZED | Customized ('C') or standard menu ('S') flag | SOURCE VALUE(USE_CRLF_SUBSTITUTE) LIKE SMENSAPNEW-CUSTOMIZED DEFAULT 'X' |
|
| 5 | SMENUSENEW - ID | Name of the user, position, etc. | SOURCE VALUE(USER_NAME) LIKE SMENUSENEW-ID DEFAULT SY-UNAME |
|
| 6 | SMENUSENEW - TYP | User type (user, position,...) | SOURCE VALUE(MENU_READ_FLAG) LIKE SMENUSENEW-TYP DEFAULT ' ' |
|
| 7 | SMENUSENEW - TYP | User type (user, position,...) | SOURCE VALUE(USER_TYPE) LIKE SMENUSENEW-TYP DEFAULT 'US' |
|
| 8 | SMEN_1 - CUSTOMIZED | Customized ('C') or standard menu ('S') flag | SOURCE VALUE(USE_CRLF_SUBSTITUTE) LIKE SMENSAPNEW-CUSTOMIZED DEFAULT 'X' |
|
| 9 | SMEN_1 - CUSTOMIZED | Customized ('C') or standard menu ('S') flag | SOURCE VALUE(SEPARATOR) LIKE SMENSAPNEW-CUSTOMIZED DEFAULT ',' |
|
| 10 | SMEN_1 - CUSTOMIZED | Customized ('C') or standard menu ('S') flag | SOURCE VALUE(NEW_LINE) LIKE SMENSAPNEW-CUSTOMIZED DEFAULT SPACE |
|
| 11 | SMEN_1 - CUSTOMIZED | Customized ('C') or standard menu ('S') flag | SOURCE VALUE(DOWNLOAD_FILES) LIKE SMENSAPNEW-CUSTOMIZED DEFAULT ' ' |