In this post, I will try and describe everything you need to know about the SAP crmd_im_item_l table. What it is, including what type of data it stores.
A list of fields which make up the table structure and on an S/4Hana System for CRMD_IM_ITEM_L what does this table look like.
And what relationships it has with other SAP tables.
Also see here for example ABAP code to select data from CRMD_IM_ITEM_L....Right lets get started!
Object Name: CRMD_IM_ITEM_L
Dictionary Type: Transparent table
Description: Personalized Mails: URL Extensions for CRMD_IM_ML_ITEM
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
MANDT | MANDT | CLNT | 3(0) | * | Client | MANDT | TEST | CRM | ||||
ML_GUID_I | CRMT_IM_GUID | RAW | 16(0) | GUID of an Object in the Mailing List | SYSUUID | CRM | ||||||
URL_GUID | CRMT_IM_URL_GUID | RAW | 16(0) | Personalized Mails: GUID of a URL | SYSUUID | CRM | ||||||
URL_COUNTER | CRMT_IM_NUMBER_ACCESS | INT2 | 5(0) | Number of Times a Link is Accessed | INT2 | CRM | ||||||
CHANGED_AT | CRMT_CHANGED_AT | DEC | 15(0) | Time of Last Change to the Transaction | BCOS_TSTMP | CRM |