ETOBVER_OUT SAP (Output Structure: Version Data of eCATT Objects) Structure details

Dictionary Type: Structure
Description: Output Structure: Version Data of eCATT Objects




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




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

ETOBVER_OUT 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 "Output Structure: Version Data of 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_ETOBVER_OUT TYPE ETOBVER_OUT.

The ETOBVER_OUT table consists of various fields, each holding specific information or linking keys about Output Structure: Version Data of eCATT Objects data available in SAP. These include NAME (eCATT Object), VERSION (eCATT Object Version), TWB_TITLE (Title), SOFTCOMP (Software Component).. 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: Can Be Enhanced (Deep)


SAP ETOBVER_OUT 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
NAMEeCATT Object ETOBJ_NAMECHAR30ECATT_DEFETOBJ_NAME
VERSIONeCATT Object Version ETOBJ_VERNUMC8NUM8
TWB_TITLETitle TWB_TITLECHAR75HIER_TEXT
SOFTCOMPSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
TWB_DEP_RFSAP Release SAPRELEASECHAR10CHAR10
TWB_DEP_RTSAP Release SAPRELEASECHAR10CHAR10
FUSERCreated by HIER_FUSERCHAR12HIER_USER
FDATECreated on HIER_FDATEDATS8SYDATS
FTIMECreated at HIER_FTIMETIMS6SYTIME
FRELEASESAP Basis Release at Creation ETSAPREL_FCHAR10CHAR10
LUSERLast changed by HIER_LUSERCHAR12HIER_USER
LDATELast Changed On HIER_LDATEDATS8SYDATS
LTIMETime of Last Change HIER_LTIMETIMS6SYTIME
LRELEASESAP Basis Release When Last Change Made ETSAPRELCHAR10CHAR10
TWB_PRIOPriority TWB_PRIONUMC1TWB_PRIO
TWB_WKREQTest Case/eCATT Object Attributes: Time Required TWB_WKREQQUAN10(3) TWB_TKREQ
TWB_WKUNITTest case attributes: Requirement unit TWB_WKUNITUNIT3Assigned to domainCUNITMEINS
TWB_EDTXEditor lock flag EDTXCHAR1RDIR_FUNC
TWB_STATUSTest Case/eCATT Object Attributes: Status TWB_STATUSCHAR1TWB_STATUS
TWB_RELETest Case/eCATT Object attributes: Release TWB_RELECHAR1TWB_RELE
TWB_DEP_STest case attributes: Language dependency TWB_DEP_SCHAR1CHAR1
TWB_DEPV_STest Case/eCATT Object Attributes: Language Key ETSPRSLLANG1Assigned to domainISOLASPRAS
TWB_DEP_LSpecific to Country ETDEP_LCHAR1CHAR1
TWB_DEPV_LCountry Key LAND1CHAR3T005LAND1LND
TWB_DEP_CTest case attributes: Customizing dependency TWB_DEP_CCHAR1CHAR1
TWB_DEP_VCTest Case/eCATT Object attributes: Customizing Value TWB_DEP_VLCHAR10TWB_DEP_VL
TWB_DEP_FTest case attributes: Frontend dependency TWB_DEP_FCHAR1CHAR1
TWB_DEP_VFTest Case/eCATT Object Attributes: Frontend Value TWB_DEP_VFCHAR10TWB_DEP_VF
TWB_DEP_PTest case attributes: Platform dependency TWB_DEP_PCHAR1CHAR1
TWB_DEP_VPTest Case/eCATT Object Attributes: Platform-Dependency TWB_DEP_VPCHAR10TWB_DEP_VP
TWB_DEP_DBTest case attributes: Database dependency TWB_DEP_DBCHAR1CHAR1
TWB_DEPVDBTest Case/eCATT Object Attributes: Database-Dependency TWB_DEPVDBCHAR10TWB_DEPVDB
TWB_USE_AApplication Test TWB_USE_ACHAR1CHAR1
TWB_USE_PPlatform test TWB_USE_PCHAR1CHAR1
TWB_USE_HUse as individual test TWB_USE_HCHAR1CHAR1
TWB_USE_EFinal assembly test TWB_USE_ECHAR1CHAR1
REL_BAS_FSAP Release SAPRELEASECHAR10CHAR10
REL_BAS_TSAP Release SAPRELEASECHAR10CHAR10
SERVICEeCATT Tested Service (Transaction, Module, Program, ...) ETSERVICECHAR10
PVNReCATT: Product Version ETPVNRCHAR20TEXT20
BACKUPeCATT Object Attributes: Backup Flag ETBACKUPCHAR1CHAR1
SYSTEMDATASystem Data Container ETSD_NAMECHAR30ETOBJ_NAME
TESTSYSTEMTarget System (Key in System Data Container) ETCMP_CMPCHAR30CHAR30
HANDLSTYLE 0

Key field Non-key field



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

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

How to access SAP table ETOBVER_OUT

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