In this post, I will try and describe everything you need to know about the SAP crmd_mktlist_svy 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_MKTLIST_SVY 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_MKTLIST_SVY....Right lets get started!
Object Name: CRMD_MKTLIST_SVY
Dictionary Type: Transparent table
Description: CRM Marketing: Mapping Tool -Mapping Survey Fields
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 | ||||
LIST_FMT | CRMT_MKTLIST_FORMAT | CHAR | 6(0) | * | Mapping Format | CRM_MKTLIST_FORMAT | CRM | |||||
TARPOS | CRMT_MKTLIST_MAP_TARPOS | INT4 | 10(0) | Mapping Tool's target field posiiton | CRM_MKTLIST_FIELD_NO | CRM | ||||||
SRCPOS | CRMT_MKTLIST_MAP_SRCPOS | INT4 | 10(0) | Mapping Tool's Source structure's field posiiton | CRM_MKTLIST_FIELD_NO | CRM | ||||||
SURVEY_ID | CRM_SVY_DB_SID | CHAR | 32(0) | CRM Surveys: Survey ID | CHAR32 | CRM_SVY_DB_SID | CRM | |||||
SURVEY_VERSION | CRM_SVY_DB_SVERS | NUMC | 10(0) | CRM Surveys: Survey Version | NUMC10 | CRM | ||||||
QUESTION_ID | CRMT_MKTLIST_QUESTION_ID | STRG | 0(0) | Survey Question ID | CRM | |||||||
ANSWER_ID | CRMT_MKTLIST_ANSWER_ID | STRG | 0(0) | Survey Answer ID | CRM | |||||||
ANSWER_OPTION | CRMT_MKTLIST_MAP_SVY_ANS_OPT | STRG | 0(0) | Survey Option ID | CRM |