In this post, I will try and describe everything you need to know about the SAP crmd_tm_node 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_TM_NODE 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_TM_NODE....Right lets get started!
Object Name: CRMD_TM_NODE
Dictionary Type: Transparent table
Description: CRM: Telemarketing Scripting Node
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 | ||||
GUID | CRMT_OBJECT_GUID | RAW | 16(0) | GUID of a CRM Order Object | SYSUUID | CRM | ||||||
NODEID | CRMT_NODEID | NUMC | 8(0) | CRM: Node Id | CRM_NODEID | CRM | ||||||
VALFUNC | CRMT_VALFUNC | CHAR | 30(0) | TFDIR | CRM: Value Function module | FUNCNAME | CRM | |||||
RNGFUNC | CRMT_RNGFUNC | CHAR | 30(0) | TFDIR | CRM: Range Function Module | FUNCNAME | CRM | |||||
TEXT_NAME | CCMSCRIPTID | CHAR | 32(0) | Text name | CHAR32 | CRM | ||||||
TEXT_ID | CCMTEXTID | CHAR | 4(0) | TTXID | Script Text ID | TDID | CRM | |||||
NODELOCKED | CRMT_NODELOCKED | CHAR | 1(0) | CRMT_NODELOCKED | XFELD | CRM | ||||||
NODECAT | CRMT_OBJECT_GUID | RAW | 16(0) | CRMD_TM_NODE_CAT | GUID of a CRM Order Object | SYSUUID | CRM |