CRMD_MKTCA_CT_IN SAP (Table for Inbound Entry) Table details

Dictionary Type: Table
Description: Table for Inbound Entry




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




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

CRMD_MKTCA_CT_IN is a standard SAP Table which is used to store Table for Inbound Entry data and is available within R/3 SAP systems depending on the version and release level.

The CRMD_MKTCA_CT_IN table consists of various fields, each holding specific information or linking keys about Table for Inbound Entry data available in SAP. These include GUID (GUID for Object in Database), ELEMENT_GUID (GUID for a Campaign or Campaign Element), PARTNER_GUID (Business Partner GUID), ADD_PARTNER_GUID (Additional Business Partner).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP CRMD_MKTCA_CT_IN table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
GUIDGUID for Object in Database CRMT_MKTCA_CT_LINE_GUIDRAW16SYSUUID
ELEMENT_GUIDGUID for a Campaign or Campaign Element CRMT_MKTCA_CT_ELEMENT_GUIDRAW16SYSUUID
PARTNER_GUIDBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
ADD_PARTNER_GUIDAdditional Business Partner CRMT_IM_ADD_PARTNERRAW16SYSUUID
ORDER_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
ML_GUID_IGUID of an Object in the Mailing List CRMT_IM_GUIDRAW16SYSUUID
CREATED_ATTransaction was Created at this Time CRMT_CREATED_ATDEC15TSTPSBCOS_TSTMP

Key field Non-key field



How do I retrieve data from SAP table CRMD_MKTCA_CT_IN using ABAP code

The following ABAP code Example will allow you to do a basic selection on CRMD_MKTCA_CT_IN to SELECT all data from the table
DATA: WA_CRMD_MKTCA_CT_IN TYPE CRMD_MKTCA_CT_IN.

SELECT SINGLE *
FROM CRMD_MKTCA_CT_IN
INTO CORRESPONDING FIELDS OF WA_CRMD_MKTCA_CT_IN
WHERE...

How to access SAP table CRMD_MKTCA_CT_IN

Within an ECC or HANA version of SAP you can also view further information about CRMD_MKTCA_CT_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!