ECVCONFD SAP (IS-U customer overview: configuration data) Structure details

Dictionary Type: Structure
Description: IS-U customer overview: configuration data




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




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

ECVCONFD 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 "IS-U customer overview: configuration data" 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_ECVCONFD TYPE ECVCONFD.

The ECVCONFD table consists of various fields, each holding specific information or linking keys about IS-U customer overview: configuration data data available in SAP. These include STARTNODE (Nodes in customer overview tree), MERGETPOOL (Text pool for mixing HTML templates), HTMLDIR (Folders for HTML pages), RESOURCES (URL prefix resources).. 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 ECVCONFD 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
JAVASCRIPTLIBJava script library ECV_SCRPTLIBCHAR40SYCHAR40
STARTNODENodes in customer overview tree ECV_NODECHAR8ECV_NODE
MERGETPOOLText pool for mixing HTML templates ECV_TPOOLCHAR40TRDIRPROGNAME
HTMLDIRFolders for HTML pages ECV_HTMLDIRCHAR80ECV_HTMLDIR
RESOURCESURL prefix resources ECV_RESRCCHAR80ECV_HTMLDIR
VIAFSYSPages to HTML control via local hard disk ECV_VIAFSCHAR1EBA_FLAG
ENTRYLEVELNodes for which initial HTML pages are displayed ECV_ENTRLVLCHAR8ECV_NODE
ECVNLEVEL1Initial visibility of tree node 1 ECV_NVISIB1NUMC1ECV_NLVL
ECVNLEVEL2Initial visibility of tree node 2 ECV_NVISIB2NUMC1ECV_NLVL
REPL_PREFIXPrefix for placeholder of an HTML template ECV_RPLPREFCHAR3ECV_RPLFIX
REPL_SUFFIXSuffix for placeholder of an HTML template ECV_RPLSUFFCHAR3ECV_RPLFIX
FLG_SCRNTXTSwitch: text replacement from screen texts from data element ECV_FLGSCRNTXTCHAR1EBA_FLAG
ADRLINESNumber of lines of prepared address ECV_ADRLINESINT13DDINT1
TR_LEFTTree control: column of upper left corner ECV_TRLEFTINT25DDINT2
TR_TOPTree control: line of upper left corner ECV_TRTOPINT25DDINT2
TR_WIDTHTree control: width ECV_TRWIDTHINT25DDINT2
TR_HEIGHTTree control: height ECV_TRHEIGHTINT25DDINT2
TR_ALIGNTree control: alignment ECV_TRALIGNINT25DDINT2
HT_LEFTHTML control: line of upper left corner ECV_HTLEFTINT25DDINT2
HT_TOPHTML control: line of upper left corner ECV_HTTOPINT25DDINT2
HT_WIDTHHTML control: width ECV_HTWIDTHINT25DDINT2
HT_HEIGHTHTML control: height ECV_HTHEIGHTINT25DDINT2
HT_ALIGNHTML control: alignment ECV_HTALIGNINT25DDINT2
LANGFLAGReplace language ECV_LANGFLGCHAR1EBA_FLAG
INCFLAGIndicator: include java script code ECVD1CHAR1EBA_FLAG
SCRPTFROMR3Indicator: Load Script from Web Repository ECVD2CHAR1EBA_FLAG
DEBUGFLGInd.: debugging mode ECVD3CHAR1EBA_FLAG

Key field Non-key field



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

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

How to access SAP table ECVCONFD

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