In this post, I will try and describe everything you need to know about the SAP crmd_cic_cti_log table. What it is, including what type of data it stores.
A list of fields which make up the table structure and on an S/4Hana System for CRMD_CIC_CTI_LOG what does this table look like.
And what relationships it has with other SAP tables.
Also see here for example ABAP code to select data from CRMD_CIC_CTI_LOG....Right lets get started!
Object Name: CRMD_CIC_CTI_LOG
Dictionary Type: Transparent table
Description: CRM CIC: log information of the data load from CTI
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
MANDT | MANDT | CLNT | 3(0) | * | Client | MANDT | TEST | CRM | ||||
SERVER | SX_NODE_ID | CHAR | 6(0) | * | Name of SAPconnect Node or Telephony Server | SX_NODE_ID | SXN | SX_NODE_ID | NODE | CRM | ||
LOAD_TMSP | TIMESTAMP | DEC | 15(0) | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TZNTSTMPS | CRM | ||||||
LAST_TMSP | TIMESTAMP | DEC | 15(0) | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TZNTSTMPS | CRM | ||||||
FIRST_TMSP | TIMESTAMP | DEC | 15(0) | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TZNTSTMPS | CRM | ||||||
UNAME | USERNAME | CHAR | 12(0) | User name | USERNAME | SAP | CRM | |||||
UPLOAD_FLAG | CRMT_CIC_CTI_FLAG | CHAR | 1(0) | Upload flag for BW/WFM | CRMT_CIC_CTI_FLAG | CRM |