CCMCSCONF SAP (Contact search/display configuration) Table details

Dictionary Type: Table
Description: Contact search/display configuration




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




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

CCMCSCONF is a standard SAP Table which is used to store Contact search/display configuration data and is available within R/3 SAP systems depending on the version and release level.

The CCMCSCONF table consists of various fields, each holding specific information or linking keys about Contact search/display configuration data available in SAP. These include PROFILE (Contact search/display profile), CREATE_FUNC (Name of Function Module), COMP (IS-M: Component), XGPNAME (IS-M/AM: Address Search Using BP Name Only).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP CCMCSCONF 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
PROFILEContact search/display profile CCMCSPROFILECHAR15CHAR15
CREATE_FUNCName of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
.INCLU--AP 0
COMPIS-M: Component ISM_COMPCHAR3ISM_COMP
XGPNAMEIS-M/AM: Address Search Using BP Name Only XGPNAME_ZECHAR1XFELD
VKORGIS-M: Sales Organization CIC Memory for M/AM Component ISM_VKORG_MAMCHAR4Assigned to domainVKORG
VTWEGIS-M: Distribution Channel CIC Memory for M/AM Component ISM_VTWEG_MAMCHAR2Assigned to domainVTWEG
SPARTIS-M: Division of CIC Memory for M/AM Component ISM_SPART_MAMCHAR2Assigned to domainSPART
XKPL_SUCHEIS-M: Addr.Search Incl.Major Customer and PO Box Addresses IS_KPLFINDCHAR1XFELD
GROUP_SALESAREAIS-M: Sales Area Group for Business Partner Selection GROUP_SALESAREACHAR4TJH_GR_SALESAREAISM_GROUP_SALESAREA
X_FIRSTMEDIACUSTIS-M: BP Selection List - Display Media Customers Only First X_FIRSTMEDIACUSTCHAR1XFELD
DOC_TYPE_DEF_MAMIS-M: CIC: Interpretation of Variable BP Search Field ISM_DOCUMENT_TYPECHAR1ISM_DOCUMENT_TYPE
DOC_TYPE_DEF_MSDIS-M: CIC: Interpretation of Variable BP Search Field ISM_DOCUMENT_TYPECHAR1ISM_DOCUMENT_TYPE
DOC_TYPE_DEF_SBSIS-M: CIC: Interpretation of Variable BP Search Field ISM_DOCUMENT_TYPECHAR1ISM_DOCUMENT_TYPE
DOC_TYPE_DEF_SCSIS-M: CIC: Interpretation of Variable BP Search Field ISM_DOCUMENT_TYPECHAR1ISM_DOCUMENT_TYPE
XNO_COMP_CHANGEIS-M: CIC, 'No Component Change' Indicator XCICCOMP_CHANGE_NOT_ALLOWEDCHAR1XFELD
AUTOCONTINUEAutomatically continue CCMAUTOCONTINUECHAR1CCMFLAG
DEF_CURSORIS-M: Start Cursor Position in M/AM CtlAcc, ClOrdEtry + CIC DEF_CURSORNUMC1DEF_CURSOR
SEARCH_AREAIS-M: CIC, Search Area ISM_CIC_SEARCH_AREACHAR1ISM_CIC_SEARCH_AREA
SEARCH_AREA_CHNGIS-M: CIC, Indicator 'Change of Search Area not Possible' ISM_CIC_SEARCH_AREA_CHANGECHAR1XFELD
MIN_NUM_ITEMSIS-M: CIC, Minimum Number of Items for Major Customers ISM_CIC_MIN_NUM_ITEMS_BIG_CUSTNUMC4NUMC4
VKORG_MSDIS-M: Sales Organization CIC Memory for M/SD Component ISM_VKORG_MSDCHAR4Assigned to domainVKORG
VTWEG_MSDIS-M: Distribution Channel CIC Memory for M/SD Component ISM_VTWEG_MSDCHAR2Assigned to domainVTWEG
SPART_MSDIS-M: Division of CIC Memory for M/SD Component ISM_SPART_MSDCHAR2Assigned to domainSPART
LAND1Country Key LAND1CHAR3T005LAND1LND
XBPCREATE_NEWSCRIS-M: Indicator - Use New Entry Screen for CIC BP Creation ISM_XBPREATE_NEWSCRCHAR1XFELDISM_CIC_BPCREATE_NEW
XSE_SEARCHSearch Using Search Engine Service ISM_XSEARCH_ENGINE_SEARCHCHAR1XFELD
XCOMP_ACTIVE_MAMIS-M: CIC, BP Search, 'Component Active' Indicator ISM_CIC_XCOMP_ACTIVECHAR1XFELD
XCOMP_ACTIVE_MSDIS-M: CIC, BP Search, 'Component Active' Indicator ISM_CIC_XCOMP_ACTIVECHAR1XFELD
XCOMP_ACTIVE_SBSIS-M: CIC, BP Search, 'Component Active' Indicator ISM_CIC_XCOMP_ACTIVECHAR1XFELD
XCOMP_ACTIVE_SCSIS-M: CIC, BP Search, 'Component Active' Indicator ISM_CIC_XCOMP_ACTIVECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCMCSCONF
INTO CORRESPONDING FIELDS OF WA_CCMCSCONF
WHERE...

How to access SAP table CCMCSCONF

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