CMS_MY_OBJ SAP table for – My Objects (Favorites and Recent Objects)

Here we would like to draw your attention to CMS_MY_OBJ table in SAP. As we know it is being mainly used with the SAP FS-CMS (Collateral Management System in FS) component which is coming under FS module (Financial Services). CMS_MY_OBJ is a SAP standard transp table used for storing My Objects (Favorites and Recent Objects) related data in SAP. It comes under the package CMS_COMMON.

SAP CMS_MY_OBJ table

Table CMS_MY_OBJ technical data

TableCMS_MY_OBJ
Data storingMy Objects (Favorites and Recent Objects)
ModuleFS
Sub ModuleFS-CMS
SAP PackageCMS_COMMON
Delivery ClassA – Application table (master and transaction data)
ComponentEA-FINSERV
Table CategoryTRANSP

SAP CMS_MY_OBJ Table Fields

Here is the details of each fields in this SAP table. You can find the discription, data type and assigned lenth of each of the fields in CMS_MY_OBJ table.

  • MANDT : Client
    Its a key field. Its data type is CLNT (Character with length 3) with field length 3
  • .INCLUDE : Primary Key for CMS_MY_OBJ
    Its a key field.
  • USER_NAME : User Name
    Its a key field. Its data type is CHAR (Character String) with field length 12
  • MY_OBJ_ID : Unique Identifier for My Objects
    Its a key field. Its data type is RAW (Byte string) with field length 16
  • .INCLUDE : Data Structure for CMS_MY_OBJ
  • OBJID : CMS Object Identifier
    Its data type is CHAR (Character String) with field length 70
  • APPLICATION : Application
    Its data type is CHAR (Character String) with field length 6
  • FLG_FAVORITE : Flag to indicate that the entry is a favorite
    Its data type is CHAR (Character String) with field length 1
  • FLG_RECENT : Flag to indicate that the entry is a recent object
    Its data type is CHAR (Character String) with field length 1
  • TIMESTAMP : UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    Its data type is DEC (Packed number (number with fixed number of decimal places)) with field length 15
  • TEXT : Text describing a CMS entity
    Its data type is CHAR (Character String) with field length 60