V_EEWWZ_CONFIGGN SAP (Generated Table for View V_EEWWZ_CONFIGGN) Table View details

Dictionary Type: Table View
Description: Generated Table for View V_EEWWZ_CONFIGGN




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




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

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

The V_EEWWZ_CONFIGGN table consists of various fields, each holding specific information or linking keys about Generated Table for View V_EEWWZ_CONFIGGN data available in SAP. These include BUSOBJ (EEW Business Object or -Scenario), EXTENSIONTYP (Extension Type), MAXLEN_SAP (SAP Field Overall Length in an Extension Include), MAXLEN_EXT (Maximum Overall Field Length per Extension).. 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_EEWWZ_CONFIGGN 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
BUSOBJEEW Business Object or -Scenario OXT_BUSOBJCHAR30OXT_ER_BUSOBJOXT_OBJNAMEOXT_BUSOBJ_SRCH
EXTENSIONTYPExtension Type OXT_EXTTYPCHAR30OXT_ER_EXTTYPOXT_OBJNAMEOXT_EXTTYP_SRCH
MAXLEN_SAPSAP Field Overall Length in an Extension Include EEW_MAXLEN_SAPNUMC4OXT_ORDER4
MAXLEN_EXTMaximum Overall Field Length per Extension EEW_MAXLEN_EXTNUMC4OXT_ORDER4
MAXLEN_ALLMax. Overall Field Length for Extension Include EEW_MAXLEN_ALLNUMC4OXT_ORDER4
X_NO_DTEL_REUSEFlag: Do Not Use Existing Data Elements EEW_FL_NO_DTEL_REUSECHAR1OXT_FLAG
X_NO_CHECKTABLEFlag: Allow No Check Table EEW_FL_NO_CHECKTABLECHAR1OXT_FLAG
X_ALLOW_INTFlag: Allow Integer Types EEW_FL_ALLOW_INTCHAR1OXT_FLAG
X_ALLOW_RAWFlag: Allow RAW EEW_FL_ALLOW_RAWCHAR1OXT_FLAG
X_ALLOW_CURQUANTFlag: Currency/Quantity Allowed EEW_FL_ALLOW_CURQUANTCHAR1OXT_FLAG
X_ALLOW_FLOATFlag: Allow Float EEW_FL_ALLOW_FLOATCHAR1OXT_FLAG
X_ALLOW_KEYDEFFlag: Allow Key Definition EEW_FL_ALLOW_KEYDEFCHAR1OXT_FLAG
X_NO_SUBOBJ_SELFlag: Subobjects Cannot Be Selected Singly EEW_FL_NO_SUBOBJ_SELCHAR1OXT_FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_EEWWZ_CONFIGGN
INTO CORRESPONDING FIELDS OF WA_V_EEWWZ_CONFIGGN
WHERE...

How to access SAP table V_EEWWZ_CONFIGGN

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