EWCUSTENVG_DATA SAP (Data of Generic Cluster Builder Profile) Structure details

Dictionary Type: Structure
Description: Data of Generic Cluster Builder Profile




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




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

EWCUSTENVG_DATA 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 "Data of Generic Cluster Builder Profile" 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_EWCUSTENVG_DATA TYPE EWCUSTENVG_DATA.

The EWCUSTENVG_DATA table consists of various fields, each holding specific information or linking keys about Data of Generic Cluster Builder Profile data available in SAP. These include COL1_WIDTH (Width Column 1), COL2_WIDTH (Width Column 2), COL3_WIDTH (Width Column 3), COL1_WIDTH_WD (Width Column 1 (Large)).. 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 (character-type)


SAP EWCUSTENVG_DATA 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
CUSTENVIDData Selection Routine for CIC Environment and HTML Overview EWCUSTENV_IDCHAR10Assigned to domainALPHAEWCUSTENV_ID
COL1_WIDTHWidth Column 1 EWCUSTENV_COLWI1NUMC4EWCUSTENV_COLWI
COL2_WIDTHWidth Column 2 EWCUSTENV_COLWI2NUMC4EWCUSTENV_COLWI
COL3_WIDTHWidth Column 3 EWCUSTENV_COLWI3NUMC4EWCUSTENV_COLWI
COL1_WIDTH_WDWidth Column 1 (Large) EWCUSTENV_COLWI1_WDNUMC4EWCUSTENV_COLWI
COL2_WIDTH_WDWidth Column 2 (Large) EWCUSTENV_COLWI2_WDNUMC4EWCUSTENV_COLWI
COL3_WIDTH_WDWidth Column 3 (Large) EWCUSTENV_COLWI3_WDNUMC4EWCUSTENV_COLWI

Key field Non-key field



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

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

How to access SAP table EWCUSTENVG_DATA

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