In this post, I will try and describe everything you need to know about the SAP crmd_dam_tax 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_TAX 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_TAX....Right lets get started!
Object Name: CRMD_DAM_TAX
Dictionary Type: Transparent table
Description: Hierarchy Trees of Document Attributes
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 | ||||
NODE | CRMT_DAM_TAX_GUID | CHAR | 22(0) | CRM DAM taxonomy guid | SYSUUID_22 | CRM | ||||||
TREE | CRMT_DAM_TAX_GUID | CHAR | 22(0) | CRM DAM taxonomy guid | SYSUUID_22 | CRM | ||||||
PARENT_NODE | CRMT_DAM_TAX_GUID | CHAR | 22(0) | CRM DAM taxonomy guid | SYSUUID_22 | CRM | ||||||
NODE_NAME | ATNAM | CHAR | 30(0) | Characteristic Name | ATNAM | FEA | CT | CRM | ||||
NODE_VALUE | ATWRT | CHAR | 30(0) | Characteristic Value | ATWRT | CT | CRM | |||||
TREE_LEVEL | CRMT_DAM_TREE_LEVEL | INT1 | 3(0) | Sort Criteria for Tree Levels | CRM_DAM_TREE_LEVEL | CRM | ||||||
PARENT_INDEX | CRMT_DAM_TAXONOMY_INDEX | INT4 | 10(0) | Index Within Taxonomy DB Table per Taxonomy | CRM | |||||||
CHILD_INDEX_FROM | CRMT_DAM_TAXONOMY_INDEX | INT4 | 10(0) | Index Within Taxonomy DB Table per Taxonomy | CRM | |||||||
CHILD_INDEX_TO | CRMT_DAM_TAXONOMY_INDEX | INT4 | 10(0) | Index Within Taxonomy DB Table per Taxonomy | CRM |