FDM_CCT_ALV SAP (ALV Structure for Customer Contacts) Structure details

Dictionary Type: Structure
Description: ALV Structure for Customer Contacts




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




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

FDM_CCT_ALV 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 "ALV Structure for Customer 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_FDM_CCT_ALV TYPE FDM_CCT_ALV.

The FDM_CCT_ALV table consists of various fields, each holding specific information or linking keys about ALV Structure for Customer Contacts data available in SAP. These include COLL_SEGMENT (Collection Segment), CUSTOMER (Business Partner Number), KUNNR (Customer Numbers), ROW_SEL (Modifiability of Customer Contact).. 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 FDM_CCT_ALV 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
COLL_SEGMENTCollection Segment BDM_COLL_SEGMENTCHAR10BDM_COLL_SEGEMENT
CUSTOMERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
ROW_SELModifiability of Customer Contact FDM_CCT_EDITABLECHAR132SYCHAR132
COLL_SPECIALISTCollection Specialist BDM_COLL_SPECIALISTCHAR12Assigned to domainXUBNAME
COLL_SPECIALIST_NAMEFull Name of Person AD_NAMTEXTCHAR80TEXT80
CCT_IDContact ID BDM_CCT_IDNUMC6NUM6
CCT_DATEDate of Customer Contact FDM_CCT_DATEDATS8DATUM
CCTTIMETime of Customer Contact FDM_CCT_TIMETIMS6UZEIT
NO_OF_DISPSNumber of Dispute Cases FDM_CCT_NO_OF_DISPSINT410INT4
NO_OF_P2PSNumber of Promises to Pay FDM_CCT_NO_OF_P2PSINT410INT4
NO_OF_RSMSNumber of Resubmissions FDM_CCT_NO_OF_RSMSINT410INT4
NO_OF_NTSNumber of Notes FDM_CCT_NO_OF_NTSINT410INT4
NO_OF_ATTCHNumber of Attachments FDM_NO_OF_ATTCHINT410INT4
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_TYPEContact Type BDM_CCT_TYPECHAR3CHAR3
CCT_TYPE_TXTName 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_DURATIONDuration of Customer Contact BDM_CCT_DURATIONNUMC3NUM3
CCT_FIRST_LINE_NOTEText (80 Characters) TEXT80CHAR80TEXT80UEB
CREATED_BYCustomer Contact Created By FDM_CCT_CREATED_BYCHAR12

Key field Non-key field



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

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

How to access SAP table FDM_CCT_ALV

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