CRMT_CONTACT_IN SAP (Extract Structure for Inbound Contacts) Structure details

Dictionary Type: Structure
Description: Extract Structure for Inbound Contacts




ABAP Code to SELECT data from CRMT_CONTACT_IN
Related tables to CRMT_CONTACT_IN
Access table CRMT_CONTACT_IN




Structure field list including key, data, relationships and ABAP select examples

CRMT_CONTACT_IN is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Extract Structure for Inbound Contacts" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CRMT_CONTACT_IN TYPE CRMT_CONTACT_IN.

The CRMT_CONTACT_IN table consists of various fields, each holding specific information or linking keys about Extract Structure for Inbound Contacts data available in SAP. These include PARTNER_NUMBER (Business Partner Number), ADD_PARTNER_NR (Business Partner Number), EXTERNAL_ID (Project Planning: External Indentifier of an Element), CHANNEL (CRM Marketing Planning - Communication Method).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP CRMT_CONTACT_IN structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
GUIDGUID for Object in Database CRMT_MKTCA_CT_LINE_GUIDRAW16SYSUUID
PARTNER_NUMBERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
ADD_PARTNER_NRBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
EXTERNAL_IDProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
CHANNELCRM Marketing Planning - Communication Method CRM_MKTPL_COM_CHANNELNUMC2CRM_MKTPL_COM_CHANNEL
SURVEYIDCRM Surveys: Survey ID CRM_SVY_DB_SIDCHAR32CHAR32CRM_SVY_DB_SID
SURVEYVERSIONCRM Surveys: Survey Version CRM_SVY_DB_SVERSNUMC10NUMC10
TGGRP_IDCRM Marketing: Target Group ID SMOBWTGIDCHAR32SMOBWGUID
ORDER_OBJECTGUID for a Transaction CRMT_PROCESS_GUID_32CHAR32SYSUUID_C
OBJECT_TYPEBusiness Transaction Category CRMT_SUBOBJECT_CATEGORYCHAR10Assigned to domainCRM_OJ_NAME_PROCESSCRM_SUBOBJ_CATEGORYCRM_OBJECT_TYPE_PROCESS
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
ELM_ITEMCRM Marketing: GUID (32 character) for External List CRMT_MKTLIST_LIST_GUID_32CHAR32CRM_MKTLIST_LIST_GUID_32
CREATED_ONTransaction Was Created on This Date CRMT_CREATED_AT_DATEDATS8SYDATS
CREATED_ATTransaction was Created at this Time CRMT_CREATED_ATDEC15TSTPSBCOS_TSTMP

Key field Non-key field



How do I retrieve data from SAP structure CRMT_CONTACT_IN using ABAP code?

As CRMT_CONTACT_IN is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CRMT_CONTACT_IN as there is no data to select.

How to access SAP table CRMT_CONTACT_IN

Within an ECC or HANA version of SAP you can also view further information about CRMT_CONTACT_IN and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!