V_ETOUEXCPTPRG SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_ETOUEXCPTPRG is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_ETOUEXCPTPRG table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include EXCEPTPROGID (Time-Of-Use Exception Program ID), EXCEPTPROGTEXT (TOU Exception Program Text), EXCEPTPROGEXTID (TOU Exception Program External ID), VALIDFROM (Validity From-Date for TOU Exception Program).. 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 V_ETOUEXCPTPRG table view 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 MANDTCLNT3MANDT
EXCEPTPROGIDTime-Of-Use Exception Program ID E_TOUEXCEPTPROG_IDCHAR10E_TOUEXCEPTPROG_ID
EXCEPTPROGTEXTTOU Exception Program Text E_TOUEXCEPTPROG_TEXTCHAR60TEXT60
EXCEPTPROGEXTIDTOU Exception Program External ID E_TOUEXCEPTPROG_EXTIDCHAR22E_TOUEXCEPTPROG_EXTID
VALIDFROMValidity From-Date for TOU Exception Program E_TOUEP_VALFROMDATS8
VALIDTOValidity To-Date for TOU Exception Program E_TOUEP_VALTODATS8
TZONETime Zone for TOU Exception Program E_TOUEP_TZONECHAR6TTZZTZNZONE
EXC_SPLITTABLEExceptions in TOU Exception Program Can Be Split in Billing E_TOUEP_EXC_SPLITTABLECHAR1XFELD
ACT_CATEGORYActivation Category for Exceptions in TOU Exception Program E_TOUEP_ACT_CATEGORYNUMC2E_TOUEP_ACT_CATEGORY
MAX_OPTINMaximum Number of Opt-Ins in TOU Exception Program E_TOUEP_MAXOPTININT410E_TOUEP_MAXOPTINOUT
MAX_OPTOUTMaximum Number of Opt-Outs in TOU Exception Program E_TOUEP_MAXOPTOUTINT410E_TOUEP_MAXOPTINOUT
TIMEREF_OPTINOUTTime Reference to Maximum Opt-Ins/Opt-Outs in TOU Except.Prg E_TOUEP_TIMEREF_OPTINOUTNUMC2E_TOUEP_TIMEREF_OPTINOUT
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 V_ETOUEXCPTPRG using ABAP code

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

SELECT SINGLE *
FROM V_ETOUEXCPTPRG
INTO CORRESPONDING FIELDS OF WA_V_ETOUEXCPTPRG
WHERE...

How to access SAP table V_ETOUEXCPTPRG

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