CRMC_CIC_BROAD SAP (Profile Table for Broadcast Component) Table details

Dictionary Type: Table
Description: Profile Table for Broadcast Component




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




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

CRMC_CIC_BROAD is a standard SAP Table which is used to store Profile Table for Broadcast Component data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_CIC_BROAD table consists of various fields, each holding specific information or linking keys about Profile Table for Broadcast Component data available in SAP. These include PROFILE (Profile Name for Broadcast Messaging Component), BGCOLOR_COLOR (Background Color), HIGH_COLOR (Color for High-Priority Messages), MEDIUM_COLOR (Color for Medium-Priority Messages).. 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 or numeric)

Text table = CRMC_CIC_BROADT


SAP CRMC_CIC_BROAD 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PROFILEProfile Name for Broadcast Messaging Component CRMT_CIC_BROADCAST_PROFILECHAR15CHAR15
BGCOLOR_COLORBackground Color CRMT_CIC_BGCOLOR_COLORCHAR15CRM_CIC_BROADCAST_BGCOLOR
HIGH_COLORColor for High-Priority Messages CRMT_CIC_FG_COLOR_HCHAR15CRM_CIC_BROADCAST_FORECOLOR
MEDIUM_COLORColor for Medium-Priority Messages CRMT_CIC_FG_COLOR_MCHAR15CRM_CIC_BROADCAST_FORECOLOR
LOW_COLORColor for Low-Priority Messages CRMT_CIC_FG_COLOR_LCHAR15CRM_CIC_BROADCAST_FORECOLOR
URLURL for Business Server Page for Broadcast Messaging CRMT_CIC_BSPURLCHAR132TEXT132
PORTPort Number for Connecting to Broadcast Server CRMT_CIC_PORTCHAR5
ORG_IDOrganizational Unit ID CRMT_CIC_ORGIDNUMC8Assigned to domainHROBJID
WEBSERVERHost Server for Broadcasting Applet CRMT_CIC_WEBSERVERCHAR132TEXT132
IC_WEB_CLIENTUse with Interaction Center (IC) WebClient CRMT_IC_WEB_CLIENTCHAR1CRMT_IC_WEB_CLIENT
PURGE_DAYSKeep Expired Messages (Number of Days) CRMT_IC_BM_PURGEINT13
HTTPSUse HTTPS connection CRMT_IC_BM_HTTPSCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_CIC_BROAD
INTO CORRESPONDING FIELDS OF WA_CRMC_CIC_BROAD
WHERE...

How to access SAP table CRMC_CIC_BROAD

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