UDM_CCT SAP (Attributes of Customer Contact) Structure details

Dictionary Type: Structure
Description: Attributes of Customer Contact




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




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

UDM_CCT 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 "Attributes of Customer Contact" 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_UDM_CCT TYPE UDM_CCT.

The UDM_CCT table consists of various fields, each holding specific information or linking keys about Attributes of Customer Contact data available in SAP. These include CUSTOMER (Business Partner Number), COLL_SEGMENT (Collection Segment), CCT_ID (Contact ID), COLL_SPECIALIST (Collection Specialist).. 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: Cannot Be Enhanced


SAP UDM_CCT 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
CCT_GUIDCustomer Contact Key BDM_CCT_GUIDCHAR32SYSUUID_C
CUSTOMERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
COLL_SEGMENTCollection Segment BDM_COLL_SEGMENTCHAR10BDM_COLL_SEGEMENT
CCT_IDContact ID BDM_CCT_IDNUMC6NUM6
COLL_SPECIALISTCollection Specialist BDM_COLL_SPECIALISTCHAR12Assigned to domainXUBNAME
CONTACT_KEYContact Person Key BDM_CONTACT_KEYCHAR10CHAR10
CCT_NAMEName of Contact Person BDM_CONTACT_NAMECHAR40TEXT40
CCT_EMAILe-mail Address of Contact Person BDM_CONTACT_EMAILCHAR128TEXT128
CCT_PHONEContact Person: Telephone Number BDM_CONTACT_PHONECHAR30CHAR30
CCT_FAXFax Number of Contact Person BDM_CONTACT_FAXCHAR30CHAR30
CCT_FAXCCountry of Fax Number BDM_CONTACT_FAXCCHAR3Assigned to domainLAND1
CCT_DIRECTIONContact Direction BDM_CCT_DIRECTIONCHAR1BDM_CCT_DIRECTION
CCT_TYPEContact Type BDM_CCT_TYPECHAR3CHAR3
CCT_RESULTResult of Customer Contact BDM_CCT_RESULTCHAR3CHAR3
X_REACHEDCustomer Reached BDM_XREACHEDCHAR1BOOLE
CCT_TIMETime of Customer Contact BDM_CCT_TIMEDEC15TSTPSBDM_TIMESTAMP
CCT_DURATIONDuration of Customer Contact BDM_CCT_DURATIONNUMC3NUM3
CREATED_BYCreated By SCMG_CREATE_USERCHAR12Assigned to domainXUBNAME
CREATED_ATCreated On SCMG_CREATE_TIMEDEC15TSTPSSCMG_TIMESTAMP
CHANGED_BYLast Changed by SCMG_CHANGE_USERCHAR12Assigned to domainXUBNAME
CHANGED_ATLast Changed On SCMG_CHANGE_TIMEDEC15TSTPSSCMG_TIMESTAMP
CCT_ATTCH_COUNTNumber of Linked Attachments BDM_ATTCH_COUNTNUMC4NUMC4

Key field Non-key field



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

As UDM_CCT 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 UDM_CCT as there is no data to select.

How to access SAP table UDM_CCT

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