CRM_ECLOG_SCR SAP (Replicated Log Entries of a Script Line) Table details

Dictionary Type: Table
Description: Replicated Log Entries of a Script Line




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




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

CRM_ECLOG_SCR is a standard SAP Table which is used to store Replicated Log Entries of a Script Line data and is available within R/3 SAP systems depending on the version and release level.

The CRM_ECLOG_SCR table consists of various fields, each holding specific information or linking keys about Replicated Log Entries of a Script Line data available in SAP. These include LOGID (Current operation number), OBJ_LNR (Current Number of Object), SCRIPT_LNR (eCATT Current Number of Script Command), MOD_LNR (eCATT Current No. Nested ECATT in Test Configuration).. 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 or numeric)


SAP CRM_ECLOG_SCR 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
MOD_LNReCATT Current No. Nested ECATT in Test Configuration ETMOD_LNRNUMC10NUM10
SCR_EXPANDeCATT Log Block-Expand Indicator (X = Expandable) ETLOG_EXPDCHAR1CHAR1
SCR_ERRCDeCATT Log Error Code ETLOG_ERCDNUMC4NUM4
SCR_CNDCDCondition Code X=not ok P=Passed F=Failed T=Traced E=Error ETLOG_CNDCCHAR1CHAR1
SCR_EXDATAeCATT Log Data Expand Indicator (X = Expandable) ETLOG_EXDACHAR1CHAR1
SCR_LEVELNesting Depth of Recursive Call of eCATT Objects ETLOG_LEVNUMC4NUMC4
FUNCName of Command ETCMD_FUNCHAR30ETCMD_FUN
OBJECTObject for function ETCMD_OBJCHAR30CHAR30
PARAM_IDParameter Reference ID ETCMD_PARCHAR30CHAR30
SOFTKOMPTarget System (Key in System Data Container) ETCMP_CMPCHAR30CHAR30
PATHName of Path for Script Variants ETCMD_PATHCHAR30CHAR30
DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
CMD_LINCommand Position Row ETCMD_LINENUMC8NUM8
CMD_COLCommand Position Column ETCMD_POSINUMC8NUM8
STIMStart time ETLOG_STIMTIMS6UZEIT
RUNTIMETotal Runtime in the Command Block ETLOG_RUNTIMEDEC6
CMDTIMEInterpretation Time of an eCATT Command ETLOG_CMDTIMEDEC6(3) ETLOG_DURATION
RFCTIMERuntime of the Remote Functionality ETLOG_RFCTIMEDEC6(3) ETLOG_DURATION
SUTTIMERuntime of internal functionality called in SUT ETLOG_SUTTIMEDEC6(3) ETLOG_DURATION
SLOG_MODEeCATT - Mode for Short Log ETSHORTLOG_MODECHAR1ETSHORTLOG_MODE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRM_ECLOG_SCR
INTO CORRESPONDING FIELDS OF WA_CRM_ECLOG_SCR
WHERE...

How to access SAP table CRM_ECLOG_SCR

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