In this post, I will try and describe everything you need to know about the SAP crmd_saf_nd_t 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_SAF_ND_T 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_SAF_ND_T....Right lets get started!
Object Name: CRMD_SAF_ND_T
Dictionary Type: Transparent table
Description: SAF - Node header text descriptions
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
CLIENT | CRMT_SAF_CLIENT | CLNT | 3(0) | SAF - Client | CRM_SAF_CLIENT | CRM | ||||||
GUID | CRMT_SAF_GUID | RAW | 16(0) | SAF - GUID | CRM_SAF_GUID | CRM | ||||||
LANGU_ISO | CRMT_SAF_LANGU_ISO | CHAR | 2(0) | SAF - Language key according to ISO 639 | CRM_SAF_LANGU_ISO | CRM | ||||||
LABEL_NAME | CRMT_SAF_LABEL | CHAR | 20(0) | SAF - Label | CRM_SAF_LABEL | CRM | ||||||
TEXT | CRMT_SAF_TEXT | CHAR | 128(0) | SAF - Text description | CRM_SAF_TEXT | CRM |