CRM_ICI_TRACES SAP (storage for SOAP traces in ICI) Table details

Dictionary Type: Table
Description: storage for SOAP traces in ICI




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




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

CRM_ICI_TRACES is a standard SAP Table which is used to store storage for SOAP traces in ICI data and is available within R/3 SAP systems depending on the version and release level.

The CRM_ICI_TRACES table consists of various fields, each holding specific information or linking keys about storage for SOAP traces in ICI data available in SAP. These include TIMESTAMP_CREATE (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)), COUNTER (Counter for a single trace entry), TIMESTAMP (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)), TYPE (type: e.g. H= HTTP, E=Error).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP CRM_ICI_TRACES 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
USER_IDUser Name SYUNAMECHAR12SYCHAR12
TIMESTAMP_CREATEUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
COUNTER Counter for a single trace entry0
TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
TYPE type: e.g. H= HTTP, E=Error0
TRACE_UNIT e.g. HTTP request, SOAP request, error message, etc.0
RE_TRACEReal-Time Decisioning Engine Trace CRM_TRACE_RECHAR1
TRACE_REReal-Time Decisioning Engine Trace CRM_TRACE_RECHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRM_ICI_TRACES
INTO CORRESPONDING FIELDS OF WA_CRM_ICI_TRACES
WHERE...

How to access SAP table CRM_ICI_TRACES

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