SAP CCMSCRPROF Table – Script activity profile

The CCMSCRPROF table in SAP ERP or S/4HANA stores Script activity profile data. There are total 8 fields in CCMSCRPROF table. The Script activity profile table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CCMSCRPROF table. It is in Customer Interaction Center Components (CCMB) ABAP package and is part of the Customer Interaction Center (CS-CI-CIC) module.

SAP CCMSCRPROF Table Fields

Following is the list of fields that are available in SAP CCMSCRPROF table. The primary key fields of the table are MANDT (Client), SCRIPT_PROF (Scripting profile), ACTIVITY_CODE (Call center activity), VALID_FROMDT (Valid From Date), VALID_TODT (Valid To Date).

Field Description Data Element Check Table Data Type
MANDT Client MANDT * CLNT (3)
SCRIPT_PROF Scripting profile CCMSCRIPTPROF CCMSCRPROFILE CHAR (15)
ACTIVITY_CODE Call center activity CCMACTCODE CCMSCRPROFILE CHAR (15)
VALID_FROMDT Valid From Date CCMVALIDFRDT DATS (8)
VALID_TODT Valid To Date CCMVALIDTODT DATS (8)
TEXT_NAME Text name CCMSCRIPTID CHAR (32)
TEXT_ID Script Text ID CCMTEXTID TTXID CHAR (4)
APPEND_SCRIPT CCM Append Script to Preceding Script Flag CCMAPPENDSCRIPT CHAR (1)