In this post, I will try and describe everything you need to know about the SAP crmd_es_deleted 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_ES_DELETED 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_ES_DELETED....Right lets get started!
Object Name: CRMD_ES_DELETED
Dictionary Type: Transparent table
Description: Stores deleted templates for subsequent transport
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 | |||||
OBJECT_TYPE | CRM_ES_OBJ_TYPE | NUMC | 1(0) | Object type | CRM_ES_OBJ_TYPE | |||||||
OBJECT_NAME | CRM_ES_OBJ_NAME | CHAR | 20(0) | Objectname | CRM_ES_OBJ_NAME | |||||||
TEMPLATE_SET_ID | CRM_ES_TEMPLATE_SET | CHAR | 20(0) | Template Set ID | CRM_ES_TEMPLATE_SET | |||||||
TRANSPORT | TRKORR | CHAR | 20(0) | * | Request/Task | TRKORR | STRW | |||||
OK_IND | CRM_ES_IND | CHAR | 1(0) | Flag | BOOLEAN |