ETSCR SAP (Complete Structure of eCATT Script Line - Internal Rep.) Structure details

Dictionary Type: Structure
Description: Complete Structure of eCATT Script Line - Internal Rep.




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




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

ETSCR is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Complete Structure of eCATT Script Line - Internal Rep." Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ETSCR TYPE ETSCR.

The ETSCR table consists of various fields, each holding specific information or linking keys about Complete Structure of eCATT Script Line - Internal Rep. data available in SAP. These include SCR_LEVEL (Nesting Depth of Recursive Call of eCATT Objects), FUNC (Name of Command), OBJECT (Object for function), PARAM_ID (Parameter Reference ID).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP ETSCR structure 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
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
INTERFACE 0
SUBLINES 0
CMD_TEXT 0
CMD_POS 0
FROM_LINE 0
FROM_POS 0
TO_LINE 0
TO_POS 0
CMD_IDParameter Reference ID ETCMD_PARCHAR30CHAR30
SD_CONTeCATT Object ETOBJ_NAMECHAR30ETOBJ_NAME
VARIANT_IDVariant name ETVAR_IDCHAR30CHAR30
PARSER_ERROR 0
XML_LINEeCATT XML Line ETXML_LINECHAR255TEXT255

Key field Non-key field



How do I retrieve data from SAP structure ETSCR using ABAP code?

As ETSCR is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ETSCR as there is no data to select.

How to access SAP table ETSCR

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