CRMC_IC_PROFILE SAP (IC profiles) Table details

Dictionary Type: Table
Description: IC profiles




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




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

CRMC_IC_PROFILE is a standard SAP Table which is used to store IC profiles data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_IC_PROFILE table consists of various fields, each holding specific information or linking keys about IC profiles data available in SAP. These include PROFILE (IC WebClient Profile), BROADCAST (Broadcast Messaging Profile), ALERT (Alert Modeler Profile), ACLIPBOARD (Activity Clipboard Profile).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP CRMC_IC_PROFILE 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 MANDTCLNT3T000MANDT
PROFILEIC WebClient Profile CRMT_IC_CONFIGPROFCHAR12CHAR12
BROADCASTBroadcast Messaging Profile CRMT_IC_BROADCAST_PROFCHAR32CRM_IC_XMLNAME
ALERTAlert Modeler Profile CRMT_IC_ALERT_PROFCHAR32Assigned to domainCRM_IC_XMLNAME
ACLIPBOARDActivity Clipboard Profile CRMT_IC_ACB_PROFILECHAR32Assigned to domainCRM_IC_XMLNAME
CALL_LISTCall List Profile ID CRMT_IC_CLM_PROFILE_IDCHAR32CRMC_IC_CLMCRM_IC_XMLNAME
CAMPAIGNCampaign Profile ID CRMT_IC_MKT_PROFILE_IDCHAR32CRMC_IC_MKTPROFCRM_IC_XMLNAME
EVENTEvent Handling Profile CRMT_IC_EVENT_PROFCHAR32CRM_IC_XMLNAME
NAVBARNavigation Bar Profile Name CRMT_IC_NAVBAR_PROFCHAR32CRM_IC_XMLNAME
WBARToolbar Profile ID CRM_IC_WBAR_PROFILE_IDCHAR32CRM_IC_XMLNAME
SCRIPTScript Profile Name CRMT_IC_SCRIPT_PROFCHAR32CRMC_IC_SCRIPT_PCRM_IC_XMLNAME
BPIDENTAccount Identification Profile ID CRMT_IC_BUPA_PROFILE_IDCHAR32CRMC_IC_BPIDENTCRM_IC_XMLNAME
BUSTRANSBusiness Transaction Profile CRMT_IC_BTPROFCHAR32CRMC_IC_BTPROFCRM_IC_XMLNAME
RUNTIMEIC WebClient Runtime Framework Profile ID CRMT_IC_BSP_WD_RUNTIME_PROFILECHAR32CRM_IC_XMLNAME
EMAILE-Mail Profile ID CRMT_IC_EML_PROFILE_IDCHAR32CRM_IC_XMLNAME
ACTIONSTransaction Launcher Profile CRMT_IC_ACTION_PROFILECHAR32CRM_IC_XMLNAME
CONTACTCENTERCommunication Management Software Profile CRMT_IC_MCM_CCPROF_IDCHAR32CRMC_IC_CCPRO
BROADCASTICBroadcast Messaging Profile CRMT_IC_BROADCAST_PROFILECHAR15CHAR15
CONTENT_MGMTContent management profile ID CRMT_IC_CM_PROFILE_IDCHAR32CRM_IC_XMLNAME
AGENT_INBOXAgent Inbox Profile CRMT_IC_INBOX_PROFILECHAR32CRMC_AUI_PROFILECRM_IC_INBOX_PROFILE
PROD_PROPIC WebClient Profile for Product Proposal CRMT_IC_PP_PROFILECHAR32CRMC_PP_IC_HSTCRM_IC_PP_PROFILE
SPELLCHECKSpell Check Profile ID CRMT_IC_SPELL_PROFILE_IDCHAR32CRM_IC_XMLNAME
ICPLAPPSID 'Planned Business Appointments'-Profile CRMT_ID_ICPLAPPSCHAR4CRMC_ICPLAPPSCRM_ID_ICPLAPPS_DOM
ICBPLTXTSProfile-ID 'Business Partner Longtexts' CRMT_ID_ICBPLTXTSCHAR4CRMC_ICBPLTXTSCRM_ID_ICBPLTXTS_DOM
FICAFI-CA Profile CRMT_FICA_PROFILECHAR10CRMC_FICA_PROFILCRM_FICA_PROFILE
CATEGORIZATIONIC Customizing - Categorization Profile ID CRMT_IC_CAT_PROFCHAR32CRMC_IC_CATPROFCRM_IC_XMLNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_IC_PROFILE
INTO CORRESPONDING FIELDS OF WA_CRMC_IC_PROFILE
WHERE...

How to access SAP table CRMC_IC_PROFILE

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