In this post, I will try and describe everything you need to know about the SAP crmd_saf_lk_src 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_LK_SRC 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_LK_SRC....Right lets get started!
Object Name: CRMD_SAF_LK_SRC
Dictionary Type: Transparent table
Description: SAF - Node source
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 | ||||||
NAME | CRMT_SAF_NAME | CHAR | 80(0) | SAF - Name of name-value pair | CRM_SAF_CHAR80 | CRM | ||||||
VALUE | CRMT_SAF_VALUE | CHAR | 255(0) | SAF - Value of name-value pair | CRM_SAF_CHAR255 | CRM |