SAP table SMEN_BUFFC (Table for Storing Favorites)
SAP table SMEN_BUFFC has 6 primary key fields being MANDT,UNAME,REPORTTYPE,REPORT,PARENT_ID,OBJECT_ID.
If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.
Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
---|---|---|---|---|---|---|---|
MANDT | Client ID | CLNT | 3 | 0 | SYMANDT | ||
UNAME | User Name | CHAR | 12 | 0 | SYUNAME | ||
REPORTTYPE | Report type | CHAR | 2 | 0 | REPORTTYPE | ||
REPORT | Extended Program Name | CHAR | 48 | 0 | EXTDREPORT | ||
PARENT_ID | Counter for menu ID | NUMC | 5 | 0 | MENU_NUM_5 | ||
OBJECT_ID | Counter for menu ID | NUMC | 5 | 0 | MENU_NUM_5 | ||
MENU_LEVEL | Level in the menu | NUMC | 2 | 0 | MENU_NUM_2 | ||
BOOK_INFO | Structures: name of the structure | CHAR | 12 | 0 | COLOR_INFO | ||
ATTRIBUTES | Attributes of the menu | CHAR | 10 | 0 | MENU_ATTR | ||
SORT_ORDER | Counter for menu ID | NUMC | 5 | 0 | MENU_NUM_5 | ||
X_POS | Counter for menu ID | NUMC | 5 | 0 | MENU_NUM_5 | ||
Y_POS | Counter for menu ID | NUMC | 5 | 0 | MENU_NUM_5 | ||
SAP_GUID | Unique ID - 32 characters | CHAR | 32 | 0 | HIER_GUID | ||
TEXT | Character 100 | CHAR | 100 | 0 | CHAR100SM | ||
TARGET_SYS | Logical destination (specified in function call) | CHAR | 32 | 0 | RFCDEST |