ECOMPDEFN_CONTROL SAP (Controls for Definition of RTP Component) Structure details

Dictionary Type: Structure
Description: Controls for Definition of RTP Component




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




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

ECOMPDEFN_CONTROL 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 "Controls for Definition of RTP Component" 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_ECOMPDEFN_CONTROL TYPE ECOMPDEFN_CONTROL.

The ECOMPDEFN_CONTROL table consists of various fields, each holding specific information or linking keys about Controls for Definition of RTP Component data available in SAP. These include TS_PROGRAM_ID (ABAP Program: Current Main Program), TS_DYNPRO (Dynpro Number), WMODE (Processing mode (1 = display, 2 = change, 3 = create...)), OPEN_WMODE (Processing mode (1 = display, 2 = change, 3 = create...)).. 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 or numeric)


SAP ECOMPDEFN_CONTROL 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
G_NODE_KEYTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
TS_PROGRAM_IDABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
TS_DYNPRODynpro Number SYDYNNRCHAR4SYCHAR04
WMODEProcessing mode (1 = display, 2 = change, 3 = create...) E_MODECHAR1E_MODE
OPEN_WMODEProcessing mode (1 = display, 2 = change, 3 = create...) E_MODECHAR1E_MODE
UPD_ONLINEUpdate online UPDONLINECHAR1KENNZX
NO_DIALOGSuppress database update NO_UPDATECHAR1KENNZX
NUM_RANGENumber range NUMMERNKCHAR2CHAR2
NO_CHANGENo change allowed NO_CHANGECHAR1KENNZX
NO_OTHERNo other object permitted NO_OTHERCHAR1KENNZX
NO_EVENTSuppress events NO_EVENTCHAR1KENNZX
NO_STATISTICSuppress statistics NO_STATISTICCHAR1KENNZX
NO_CHANGE_DOCSuppress change documents NO_CHANGE_DOCCHAR1KENNZX
CALLED_BY_IDOCCalled by IDoc CALLED_BY_IDOCCHAR1KENNZX
PROPRICECopy Prorations PROPRICECHAR1KENNZXPROPRICE
INPERRIndicator: input fields in this field group INPERRCHAR1KENNZX
ENQ_DONELock Was Set ENQ_DONECHAR1KENNZX
CURFIELDCursor field CURFIELDCHAR132CHAR132
CURLINEIndex of Current Step Loop Line SYSTEPLINT410SYST_BYTE
CURDYNNRDynpro Number SYDYNNRCHAR4SYCHAR04
SETCURFIELDCursor field CURFIELDCHAR132CHAR132
SETCURLINEIndex of Current Step Loop Line SYSTEPLINT410SYST_BYTE
SETCURDYNNRDynpro Number SYDYNNRCHAR4SYCHAR04
TEXT_CHANGEDIndicator: Change made E_CHANGECHAR1KENNZX
EXTINTKZType of number assignment in IS-U EXTINTKZCHAR1EXTINTKZ
EXIT_TYPEFunction with which editing was exited EXIT_TYPECHAR20CUA_CODE
FULLSCREENDisplay full screen FULLSCREENCHAR1KENNZX
SAVE_OKCODEFunction Code CUA_CODECHAR20CUA_CODE
TEILOBJName of IS-U sub-object TEILOBJCHAR30CHAR30
S_FUBAIndicator controlled by S_FUBA S_FUBACHAR1KENNZX
INPUT_FIELD_OFFInput fields not ready for input INPUT_FIELD_OFFCHAR1KENNZX
NOFULLSCREENNo full screen mode NO_FULLSCREENCHAR1KENNZX
DB_UPDATEDatabase updated (x) or not (SPACE) E_UPDATECHAR1KENNZX
CHANGEFLAGIndicator: Change made E_CHANGECHAR1KENNZX
WA_ADR_DONEIndicators KENNZXCHAR1KENNZX

Key field Non-key field



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

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

How to access SAP table ECOMPDEFN_CONTROL

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