ETOUEXCEPTRESP_OBJECT SAP (TOU Exception Response Object Structure) Structure details

Dictionary Type: Structure
Description: TOU Exception Response Object Structure




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




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

ETOUEXCEPTRESP_OBJECT 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 "TOU Exception Response Object Structure" 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_ETOUEXCEPTRESP_OBJECT TYPE ETOUEXCEPTRESP_OBJECT.

The ETOUEXCEPTRESP_OBJECT table consists of various fields, each holding specific information or linking keys about TOU Exception Response Object Structure data available in SAP. These include GRID_CONTROLS (), GRID_CONTAINER (), GRID (), REFRESH_GRID (Indicators).. 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 ETOUEXCEPTRESP_OBJECT 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
CONTROL 0
GRID_CONTROLS 0
GRID_CONTAINER 0
GRID 0
REFRESH_GRIDIndicators KENNZXCHAR1KENNZX
LAST_CONTAINER 0
WMODEProcessing mode (1 = display, 2 = change, 3 = create...) E_MODECHAR1E_MODE
OPEN_WMODEProcessing mode (1 = display, 2 = change, 3 = create...) E_MODECHAR1E_MODE
UPD_ONLINEUpdate online UPDONLINECHAR1KENNZX
NO_DIALOGSuppress database update NO_UPDATECHAR1KENNZX
NUM_RANGENumber range NUMMERNKCHAR2CHAR2
NO_CHANGENo change allowed NO_CHANGECHAR1KENNZX
NO_OTHERNo other object permitted NO_OTHERCHAR1KENNZX
NO_EVENTSuppress events NO_EVENTCHAR1KENNZX
NO_STATISTICSuppress statistics NO_STATISTICCHAR1KENNZX
NO_CHANGE_DOCSuppress change documents NO_CHANGE_DOCCHAR1KENNZX
CALLED_BY_IDOCCalled by IDoc CALLED_BY_IDOCCHAR1KENNZX
PROPRICECopy Prorations PROPRICECHAR1KENNZXPROPRICE
INPERRIndicator: input fields in this field group INPERRCHAR1KENNZX
ENQ_DONELock Was Set ENQ_DONECHAR1KENNZX
CURFIELDCursor field CURFIELDCHAR132CHAR132
CURLINEIndex of Current Step Loop Line SYSTEPLINT410SYST_BYTE
CURDYNNRDynpro Number SYDYNNRCHAR4SYCHAR04
SETCURFIELDCursor field CURFIELDCHAR132CHAR132
SETCURLINEIndex of Current Step Loop Line SYSTEPLINT410SYST_BYTE
SETCURDYNNRDynpro Number SYDYNNRCHAR4SYCHAR04
TEXT_CHANGEDIndicator: Change made E_CHANGECHAR1KENNZX
EXTINTKZType of number assignment in IS-U EXTINTKZCHAR1EXTINTKZ
EXIT_TYPEFunction with which editing was exited EXIT_TYPECHAR20CUA_CODE
FULLSCREENDisplay full screen FULLSCREENCHAR1KENNZX
SAVE_OKCODEFunction Code CUA_CODECHAR20CUA_CODE
TEILOBJName of IS-U sub-object TEILOBJCHAR30CHAR30
S_FUBAIndicator controlled by S_FUBA S_FUBACHAR1KENNZX
INPUT_FIELD_OFFInput fields not ready for input INPUT_FIELD_OFFCHAR1KENNZX
NOFULLSCREENNo full screen mode NO_FULLSCREENCHAR1KENNZX
DB_UPDATEDatabase updated (x) or not (SPACE) E_UPDATECHAR1KENNZX
CHANGEFLAGIndicator: Change made E_CHANGECHAR1KENNZX
WA_ADR_DONEIndicators KENNZXCHAR1KENNZX
EXCEPTRESP_INSTANCE_DB 0
OBJ_PUBLIC 0
SUB_REPIDABAP Program: Current Main Program SYREPIDCHAR40PROGRAMM
SUB_DYNNRDynpro Number SYDYNNRCHAR4SYCHAR04
SUBSL_REPIDABAP Program: Current Main Program SYREPIDCHAR40PROGRAMM
SUBSL_DYNNRDynpro Number SYDYNNRCHAR4SYCHAR04
SCREEN 0
ALV_GRID 0
DIALOG 0
EXCEPTIONIDTOU Exception Internal ID E_TOUEXCEPT_INT_IDNUMC20E_TOUEXCEPT_INT_ID
EXCEPTIONEXTIDTOU Exception External ID E_TOUEXCEPT_EXT_IDCHAR22E_TOUEXCEPT_EXT_ID
EXCEPTIONTXTTOU Exception Text E_TOUEXCEPT_TEXTCHAR60TEXT60
DATEFROMTOU Exception From-Date E_TOUEXCEPT_DATEFROMDATS8
TIMEFROMTOU Exception From-Time E_TOUEXCEPT_TIMEFROMTIMS6
DATETOTOU Exception To-Date E_TOUEXCEPT_DATETODATS8
TIMETOTOU Exception To-Time E_TOUEXCEPT_TIMETOTIMS6
EXCEPTIONPROGRAMIDTime-Of-Use Exception Program ID E_TOUEXCEPTPROG_IDCHAR10E_TOUEXCEPTPROG_ID
EXCEPTIONPROGRAMTXTTOU Exception Program Text E_TOUEXCEPTPROG_TEXTCHAR60TEXT60
EXCEPTIONPROGTIMEZONETime Zone for TOU Exception Program E_TOUEP_TZONECHAR6TZNZONE
EXCEPTIONPROGTIMEZONETXTTime Zone Text TZNDESCTZNCHAR30TEXT30
HOTSPOT_PROGRAMTime-Of-Use Exception Program ID E_TOUEXCEPTPROG_IDCHAR10E_TOUEXCEPTPROG_ID
DATA 0
INSTANCE_LIST 0
SEL_INSTANCE 0

Key field Non-key field



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

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

How to access SAP table ETOUEXCEPTRESP_OBJECT

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