E2E_TRACE_OPTIONS SAP (E2E: TBOM Trace Options) Structure details

Dictionary Type: Structure
Description: E2E: TBOM Trace Options




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




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

E2E_TRACE_OPTIONS 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 "E2E: TBOM Trace Options" 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_E2E_TRACE_OPTIONS TYPE E2E_TRACE_OPTIONS.

The E2E_TRACE_OPTIONS table consists of various fields, each holding specific information or linking keys about E2E: TBOM Trace Options data available in SAP. These include WITH_SUBPARTS (Indicator if Actual Delivery Date was After Expected Date), ADD_TADIR_TO_LIMU (Indicator if Actual Delivery Date was After Expected Date), WITH_BSP (Indicator if Actual Delivery Date was After Expected Date), WITH_WEBDYNPRO (Indicator if Actual Delivery Date was After Expected Date).. 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 E2E_TRACE_OPTIONS 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
WITH_DOCUMENTIndicator if Actual Delivery Date was After Expected Date FLAG1CHAR1CHAR1
WITH_SUBPARTSIndicator if Actual Delivery Date was After Expected Date FLAG1CHAR1CHAR1
ADD_TADIR_TO_LIMUIndicator if Actual Delivery Date was After Expected Date FLAG1CHAR1CHAR1
WITH_BSPIndicator if Actual Delivery Date was After Expected Date FLAG1CHAR1CHAR1
WITH_WEBDYNPROIndicator if Actual Delivery Date was After Expected Date FLAG1CHAR1CHAR1
WITH_FUNCTION_GROUPIndicator if Actual Delivery Date was After Expected Date FLAG1CHAR1CHAR1
WITH_FUNCTIONIndicator if Actual Delivery Date was After Expected Date FLAG1CHAR1CHAR1
WITH_SCREENIndicator if Actual Delivery Date was After Expected Date FLAG1CHAR1CHAR1
WITH_TABLIndicator if Actual Delivery Date was After Expected Date FLAG1CHAR1CHAR1
WITH_ENHANCEMENTIndicator if Actual Delivery Date was After Expected Date FLAG1CHAR1CHAR1
WITH_CLASSIndicator if Actual Delivery Date was After Expected Date FLAG1CHAR1CHAR1
WITH_INTERFACEIndicator if Actual Delivery Date was After Expected Date FLAG1CHAR1CHAR1
WITH_CLASS_HEADERIndicator if Actual Delivery Date was After Expected Date FLAG1CHAR1CHAR1
WITH_INCLUDEIndicator if Actual Delivery Date was After Expected Date FLAG1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table E2E_TRACE_OPTIONS

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