UDM_S_CCT_ATTR_UI SAP (Customer Contact Attribute (for UI Display)) Structure details

Dictionary Type: Structure
Description: Customer Contact Attribute (for UI Display)




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




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

UDM_S_CCT_ATTR_UI 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 "Customer Contact Attribute (for UI Display)" 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_S_CCT_ATTR_UI TYPE UDM_S_CCT_ATTR_UI.

The UDM_S_CCT_ATTR_UI table consists of various fields, each holding specific information or linking keys about Customer Contact Attribute (for UI Display) data available in SAP. These include CCT_GUID (Customer Contact Key), CUSTOMER (Business Partner Number), COLL_SEGMENT (Collection Segment), CCT_ID (Contact ID).. 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 (character-type or numeric)


SAP UDM_S_CCT_ATTR_UI 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
COLL_SPECIALIST_NAMEFull Name of Person AD_NAMTEXTCHAR80TEXT80
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_TYPE_TEXTName of Contact Type BDM_CCT_TYPE_TXTCHAR50TEXT50
CCT_RESULTResult of Customer Contact BDM_CCT_RESULTCHAR3CHAR3
CCT_RESULT_TXTName: Result of Customer Contact BDM_CCT_RESULT_TXTCHAR50TEXT50
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_BY_NAMEFull Name of Person AD_NAMTEXTCHAR80TEXT80
CREATED_ATCreated On SCMG_CREATE_TIMEDEC15TSTPSSCMG_TIMESTAMP
CHANGED_BYLast Changed by SCMG_CHANGE_USERCHAR12Assigned to domainXUBNAME
CHANGED_BY_NAMEFull Name of Person AD_NAMTEXTCHAR80TEXT80
CHANGED_ATLast Changed On SCMG_CHANGE_TIMEDEC15TSTPSSCMG_TIMESTAMP
CCT_ATTCH_COUNTNumber of Linked Attachments BDM_ATTCH_COUNTNUMC4NUMC4
COLL_SEGMENT_TXTName of Collection Segment BDM_COLL_SEGMENT_TXTCHAR50TEXT50
CUSTOMER_DESCShort name of business partner BU_DESCRIPCHAR50BU_TEXT50
CCT_TIME_UI30 Characters CHAR30CHAR30CHAR30
CCT_DURATION_UIChar 20 CHAR20CHAR20CHAR20

Key field Non-key field



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

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

How to access SAP table UDM_S_CCT_ATTR_UI

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