In this post, I will try and describe everything you need to know about the SAP crmd_kw_templt 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_KW_TEMPLT 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_KW_TEMPLT....Right lets get started!
Object Name: CRMD_KW_TEMPLT
Dictionary Type: Transparent table
Description: Text Table for Tree Structure of KW Templates
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 | ||||
TEMPLATE_NAME | CRMT_TEMPLATE_NAME | CHAR | 64(0) | CRMD_KW_TEMPL | Name of a Folder Template | CHAR64 | CRMS_TEMPLATE_NAME | TEMPLATE_NAME | CRM | |||
NODE_KEY | TV_NODEKEY | CHAR | 12(0) | CRMD_KW_TEMPL | Tree Control: Node Key | TM_CHAR12 | CRM | |||||
LANGU | LANGU | LANG | 1(0) | T002 | Language Key | SPRAS | PP | CRM | ||||
TEMPLATE_DESCR | CRMT_TEMPLATE_DESCR | CHAR | 40(0) | Description of a Folder Template in CRM | TEXT40 | CRM | ||||||
FOLDER_DESCR | SDOK_TITEL | CHAR | 64(0) | Title of a document | TEXT64 | CRM |