ETOUEXCEPTION SAP (TOU Exception) Table details

Dictionary Type: Table
Description: TOU Exception




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




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

ETOUEXCEPTION is a standard SAP Table which is used to store TOU Exception data and is available within R/3 SAP systems depending on the version and release level.

The ETOUEXCEPTION table consists of various fields, each holding specific information or linking keys about TOU Exception data available in SAP. These include EXCEPTIONID (TOU Exception Internal ID), DATEFROM (TOU Exception From-Date), TIMEFROM (TOU Exception From-Time), DATETO (TOU Exception To-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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = ETOUEXCEPTIONT


SAP ETOUEXCEPTION table 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
MANDTClient MANDTCLNT3T000MANDT
EXCEPTIONIDTOU Exception Internal ID E_TOUEXCEPT_INT_IDNUMC20E_TOUEXCEPT_INT_ID
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_IDCHAR10ETOUEXCPTPRGE_TOUEXCEPTPROG_ID
EXCEPTIONPROGTIMEZONETime Zone for TOU Exception Program E_TOUEP_TZONECHAR6Assigned to domainTZNZONE
EXCEPTIONEXTIDTOU Exception External ID E_TOUEXCEPT_EXT_IDCHAR22E_TOUEXCEPT_EXT_ID
EXCEPTIONSOURCETOU Exception Source E_TOUEXCEPT_SOURCECHAR60
EXCEPTIONSTATUSTOU Exception Activation Status E_TOUEXCEPT_STATUSNUMC2E_TOUEXCEPT_STATUS
EXCEPTIONDELTOU Exception Deletion Indicator E_TOUEXCEPT_DELCHAR1E_TOUEXCEPT_DEL
CR_DATEDate on Which Record Was Created ERDATDATS8DATUM
CR_TIMEEntry time ERZETTIMS6UZEIT
CR_NAMEName of Person who Created the Object ERNAMCHAR12USNAM
CH_DATEChanged On AEDATDATS8DATUM
CH_TIMETime last change was made AEZETTIMS6UZEIT
CH_NAMEName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



How do I retrieve data from SAP table ETOUEXCEPTION using ABAP code

The following ABAP code Example will allow you to do a basic selection on ETOUEXCEPTION to SELECT all data from the table
DATA: WA_ETOUEXCEPTION TYPE ETOUEXCEPTION.

SELECT SINGLE *
FROM ETOUEXCEPTION
INTO CORRESPONDING FIELDS OF WA_ETOUEXCEPTION
WHERE...

How to access SAP table ETOUEXCEPTION

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