In this post, I will try and describe everything you need to know about the SAP crmd_dam_rm_upd 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_RM_UPD 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_RM_UPD....Right lets get started!
Object Name: CRMD_DAM_RM_UPD
Dictionary Type: Transparent table
Description: DAM Repository Manager update table for instances.
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
CLNT | MANDT | CLNT | 3(0) | * | Client | MANDT | TEST | CRM | ||||
RM_UPD_ID | SYSUUID_C | CHAR | 32(0) | UUID in character form | SYSUUID_C | CRM | ||||||
RM_INSTANCE | CRMT_DAM_KM_RM_INSTANCE | CHAR | 64(0) | Identifier for a repository manager instance | CRM | |||||||
LOIO_ID | CRMT_DAM_KM_IO_KEY | CHAR | 64(0) | Dataelement to store SKWF IO Keys | CHAR64 | CRM | ||||||
PHIO_ID | CRMT_DAM_KM_IO_KEY | CHAR | 64(0) | Dataelement to store SKWF IO Keys | CHAR64 | CRM | ||||||
EVENT | CRMT_DAM_RM_UPD_EVENT | CHAR | 1(0) | RM Update Event | CRM | |||||||
TRANSFER | FLAG | CHAR | 1(0) | General Flag | FLAG | KA | CRM | |||||
FOLDERKEY | CRMT_DAM_FOLDER_KEY | CHAR | 30(0) | Folder Key for Repository Manager | CRM | |||||||
FILENAME | SKWF_DESCR | CHAR | 64(0) | KW Framework: Description | TEXT64 | CRM | ||||||
CREATED_BY | UNAME | CHAR | 12(0) | User Name | UNAME | SAP | CRM | |||||
CREATED_AT | TIMESTAMP | DEC | 15(0) | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TZNTSTMPS | CRM | ||||||
TRANSFERED_AT | TIMESTAMP | DEC | 15(0) | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TZNTSTMPS | CRM |