CRM_ECLOG_XDAT SAP (Replicated Runtime Data of the Script) Table details

Dictionary Type: Table
Description: Replicated Runtime Data of the Script




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




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

CRM_ECLOG_XDAT is a standard SAP Table which is used to store Replicated Runtime Data of the Script data and is available within R/3 SAP systems depending on the version and release level.

The CRM_ECLOG_XDAT table consists of various fields, each holding specific information or linking keys about Replicated Runtime Data of the Script data available in SAP. These include LOGID (Current operation number), OBJ_LNR (Current Number of Object), SCRIPT_LNR (eCATT Current Number of Script Command), FIL_LNR (eCATT Current Number of XML File).. 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 (character-type)


SAP CRM_ECLOG_XDAT 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
SESSION_IDCheck Results Management: Numbering CRMSEQNBRNUMC8
LOGIDCurrent operation number ETLOG_IDNUMC10NUM10
OBJ_LNRCurrent Number of Object ETOBJ_LNRNUMC8NUM8
SCRIPT_LNReCATT Current Number of Script Command ETSCR_LNRNUMC10NUM10
FIL_LNReCATT Current Number of XML File ETFIL_LNRNUMC2NUM2
REF_LNReCATT Current No. Nested ECATT in Test Configuration ETMOD_LNRNUMC10NUM10
XML_STRINGeCATT XML Line ETXML_LINECHAR255TEXT255

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRM_ECLOG_XDAT
INTO CORRESPONDING FIELDS OF WA_CRM_ECLOG_XDAT
WHERE...

How to access SAP table CRM_ECLOG_XDAT

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