CMS_MY_OBJ - My Objects (Favorites and Recent Objects)
My Objects (Favorites and Recent Objects) information is stored in SAP table CMS_MY_OBJ.
It is part of development package CMS_COMMON in software component FS-CMS. This development package consists of objects that can be grouped under "Tools & Common Interfaces used by CMS".
It is part of development package CMS_COMMON in software component FS-CMS. This development package consists of objects that can be grouped under "Tools & Common Interfaces used by CMS".
Fields for table CMS_MY_OBJ
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
MANDT | Client | X | MANDT | CLNT | 6 | |
.INCLUDE | X | CMS_STR_MY_OBJ_PKY | 0 | |||
USER_NAME | User Name | X | CMS_DTE_USER_NAME | CHAR | 24 | |
MY_OBJ_ID | Unique Identifier for My Objects | X | CMS_DTE_MY_OBJ_ID | RAW | 16 | |
.INCLUDE | CMS_STR_MY_OBJ_DATA | 0 | ||||
OBJID | CMS Object Identifier | CMS_DTE_OBJ_ID | CHAR | 140 | ||
APPLICATION | Application | CMS_DTE_APL | CHAR | 12 | * | |
FLG_FAVORITE | Flag to indicate that the entry is a favorite | CMS_DTE_FLG_FAVORITE | CHAR | 2 | ||
FLG_RECENT | Flag to indicate that the entry is a recent object | CMS_DTE_FLG_RECENT | CHAR | 2 | ||
TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC | 8 | ||
TEXT | Text describing a CMS entity | CMS_DTE_ENTITY_TEXT | CHAR | 120 |