ETMOBJECTS SAP (Structure for Mass Processing Functions for eCATT Objects) Structure details

Dictionary Type: Structure
Description: Structure for Mass Processing Functions for eCATT Objects




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




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

ETMOBJECTS 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 "Structure for Mass Processing Functions for eCATT Objects" 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_ETMOBJECTS TYPE ETMOBJECTS.

The ETMOBJECTS table consists of various fields, each holding specific information or linking keys about Structure for Mass Processing Functions for eCATT Objects data available in SAP. These include S_TITLE (eCATT Object Attributes: Title), S_N_EXISTS (Object Name Already Exists), S_OBJ_VER (eCATT Source Object Version), S_V_EXISTS (Object Version Already Exists).. 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: Cannot Be Enhanced


SAP ETMOBJECTS 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
S_OBJ_NAMEeCATT Source Object Name ETOBJSNAMECHAR30ETOBJ_NAME
S_TITLEeCATT Object Attributes: Title ET_TITLECHAR75HIER_TEXT
S_N_EXISTSObject Name Already Exists ETN_EXISTCHAR1CHAR1_X
S_OBJ_VEReCATT Source Object Version ETOBJSVERNUMC8NUM8
S_V_EXISTSObject Version Already Exists ETV_EXISTCHAR1CHAR1_X
S_OBJ_TYPEeCATT Object Type (Test Data, Script, Configuration, etc.) ETOBJ_TYPECHAR4ETOBJ_TYPE
S_TYPE_TXTeCATT Object Type Description (Test Script, Test Data etc.) ETTYPE_TXTCHAR30CHAR30
S_DEVCLASSOriginal Package ETSDEVCLASCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
D_OVERWRITEOverwrite Object ETOVERWRTCHAR1CHAR1_X
D_OBJ_NAMEeCATT Target Object Name ETOBJDNAMECHAR30ETOBJ_NAME
D_OBJ_VEReCATT Target Object Version ETOBJDVERNUMC8NUM8
D_WITH_TCCreate eCATT Object with Test Configuration ETWITH_TCCHAR1CHAR1_X
D_TYPNAMESTyped Parameter Names X= I_.., E_.., V_.., Otherwise _.. ETMIG_TYPNCHAR1CHAR1_X
D_DEVCLASSTarget package ETDDEVCLASCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
I_DEVCLASSTarget Package by User Entry ETIDEVCLASCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
MAINTAINFCFunction for Mass Processing of eCATT Objects ETMOE_FUNCCHAR10ETMOE_FUNC
STATUSStatus for Mass Processing of eCATT Objects ETMOE_STATCHAR20ETMOE_STAT
STATUSICONStatus Icon for Mass Processing of eCATT Objects ETSTATICONCHAR30ETSTATICON
STATUS_DESCStatus Description ETSTATDESCSTRG0
STATUS_DESC2Status Description ETSTATDESCSTRG0
FILENAMEeCATT: File Name ETFILENAMESTRG0
OBJ_INDEXeCATT: Numeric Index ETINDEXNINT410
WITH_REFSRecursive REF Migration ETMIG_RECUCHAR1CHAR1_X
SD_NOTSUPPSystem Data Are Not Specified Yet ECSDNOTSUPCHAR1CHAR1_X
SYSTEMDATASystem Data Container ETSD_NAMECHAR30ETOBJ_NAME
TESTSYSTEMTarget System (Key in System Data Container) ETCMP_CMPCHAR30CHAR30
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
S_AKHOriginal Component CH ETSAKHCHAR24UFPS_POSID
D_AKHTarget Component CH ETDAKHCHAR24UFPS_POSID
I_AKHTarget Component CH According to User Entry ETIAKHCHAR24UFPS_POSID

Key field Non-key field



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

As ETMOBJECTS 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 ETMOBJECTS as there is no data to select.

How to access SAP table ETMOBJECTS

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