The CRMT_RECENT_OBJ table in SAP ERP or S/4HANA stores recent objects data. There are total 7 fields in CRMT_RECENT_OBJ table. The recent objects table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CRMT_RECENT_OBJ table. It is in Administration of most recent objects (CRM_BSP_UI_FRAME_RECOBJ) ABAP package and is part of the User Interface (CA-WUI-UI) module.
SAP CRMT_RECENT_OBJ Table Fields
Following is the list of fields that are available in SAP CRMT_RECENT_OBJ table. The primary key fields of the table are CLIENT (Client), USER_NAME (User Name), PROFILE (Business Role).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| USER_NAME | User Name | SYUNAME | CHAR (12) | |
| PROFILE | Business Role | CRMT_UI_PROFILE | CHAR (12) | |
| OBJECT_NAME | External Name of Object | CRMT_EXT_OBJ_NAME | CHAR (30) | |
| OBJECT_TYPE | UI Object Type | BSP_DLC_OBJECT_TYPE | CHAR (20) | |
| GUID | GUID of a CRM Order Object | CRMT_OBJECT_GUID | RAW (16) | |
| TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) |


