In this post, I will try and describe everything you need to know about the SAP crmd_dam_li 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_DAM_LI 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_DAM_LI....Right lets get started!
Object Name: CRMD_DAM_LI
Dictionary Type: Transparent table
Description: CRM_DAM_LI_Legal Information for Digital Asset Management
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
CLIENT | MANDT | CLNT | 3(0) | * | Client | MANDT | TEST | CRM | ||||
LI_DOC_ID | CRM_DAM_LI_DOC_ID | CHAR | 32(0) | Legal Information Document ID | SYSUUID_C | CRM | ||||||
LI_DOC_VER_ID | CRM_DAM_LI_DOC_ID | CHAR | 32(0) | Legal Information Document ID | SYSUUID_C | CRM | ||||||
LI_LANGUAGE | CRMT_LANGUAGE | LANG | 1(0) | * | Language Key of Description | SPRAS | CRM | |||||
LI_VERSION | CRM_DAM_LI_VERSION_NO | INT4 | 10(0) | Legal Information Version Number | INT4 | CRM | ||||||
LI_TITLE | CRM_DAM_LI_TITLE | CHAR | 40(0) | Legal Information Title | CRM | |||||||
LI_DESC | CRM_DAM_LI_DESC | CHAR | 64(0) | Legal Information Description | SDOK_PROPV | CRM | ||||||
VALID_FROM | TIMESTAMP | DEC | 15(0) | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TZNTSTMPS | CRM | ||||||
VALID_TO | TIMESTAMP | DEC | 15(0) | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TZNTSTMPS | CRM | ||||||
CREATED_AT | TIMESTAMP | DEC | 15(0) | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TZNTSTMPS | CRM | ||||||
CREATED_BY | CRMT_CREATED_BY | CHAR | 12(0) | User that Created the Transaction | UNAME | USER_ADDR | BNAME | CRM | ||||
CHANGED_AT | TIMESTAMP | DEC | 15(0) | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TZNTSTMPS | CRM | ||||||
CHANGED_BY | CRMT_CHANGED_BY | CHAR | 12(0) | Transaction Last Changed By | UNAME | CRM | ||||||
LI_STATUS | CRM_DAM_LI_STATUS | CHAR | 1(0) | Legal Information Status ('X'=Active;'A'=Archive;'D'=Delete) | CRM |