CRM_ECLOG_SCNT SAP (Replicated Log Additional Lines for a Script Line) Table details

Dictionary Type: Table
Description: Replicated Log Additional Lines for a Script Line




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




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

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

The CRM_ECLOG_SCNT table consists of various fields, each holding specific information or linking keys about Replicated Log Additional Lines for 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), SCRIPT_SNR (eCATT Log Sub-Number Script Continuation Lines).. 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_SCNT 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
SCRIPT_SNReCATT Log Sub-Number Script Continuation Lines ETLOG_SNRNUMC4NUM4
LTYPESingle-Character Indicator CHAR1CHAR1CHAR1
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
XLINEeCATT XML Line ETXML_LINECHAR255TEXT255
ORIGIN_OBJ_LNRCurrent Number of Object ETOBJ_LNRNUMC8NUM8
ORIGIN_SCR_LNReCATT Current Number of Script Command ETSCR_LNRNUMC10NUM10

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRM_ECLOG_SCNT
INTO CORRESPONDING FIELDS OF WA_CRM_ECLOG_SCNT
WHERE...

How to access SAP table CRM_ECLOG_SCNT

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