SAP CL_GUI_ECATT_WEB_DYNPRO OO Class - User Interface: General Data









CL_GUI_ECATT_WEB_DYNPRO is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_GUI_ECATT_WEB_DYNPRO including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_GUI_ECATT_WEB_DYNPRO is CL_GUI_ECATT_XML_DATA

Method list of CL_GUI_ECATT_WEB_DYNPRO SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ASSIGN_CELLSet Single Cell (After Drop or F4)Private
CALL METHOD cl_gui_ecatt_web_dynpro=>ASSIGN_CELL...more details

CONSTRUCTORPrivate
CALL METHOD cl_gui_ecatt_web_dynpro=>CONSTRUCTOR...more details

CORRECT_ROWReinsert Wrongly Deleted RowPrivate
CALL METHOD cl_gui_ecatt_web_dynpro=>CORRECT_ROW...more details

DELETE_ENABLEDDeletion of Node AllowedPrivate
CALL METHOD cl_gui_ecatt_web_dynpro=>DELETE_ENABLED...more details

GET_HELPGet Defined F4 HelpPrivate
CALL METHOD cl_gui_ecatt_web_dynpro=>GET_HELP...more details

HANDLE_DATA_CHANGED_FINISHEDData Changes ProcessedPrivate
CALL METHOD cl_gui_ecatt_web_dynpro=>HANDLE_DATA_CHANGED_FINISHED...more details

HANDLE_HEADER_CLICKColumn Header Was SelectedPrivate
CALL METHOD cl_gui_ecatt_web_dynpro=>HANDLE_HEADER_CLICK...more details

INIT_XML_CHANGEDInitialize Data Change LogPrivate
CALL METHOD cl_gui_ecatt_web_dynpro=>INIT_XML_CHANGED...more details

INSERT_ENABLEDInsert and Paste AllowedPrivate
CALL METHOD cl_gui_ecatt_web_dynpro=>INSERT_ENABLED...more details

MANAGE_CHANGEProcess Change LogPrivate
CALL METHOD cl_gui_ecatt_web_dynpro=>MANAGE_CHANGE...more details

PASTE_ENABLEDInsert and Paste AllowedPrivate
CALL METHOD cl_gui_ecatt_web_dynpro=>PASTE_ENABLED...more details

PROCESS_CHANGESProcess Data ChangesPrivate
CALL METHOD cl_gui_ecatt_web_dynpro=>PROCESS_CHANGES...more details

READONLY_NECESSARYNode Cannot Be Maintained?Private
CALL METHOD cl_gui_ecatt_web_dynpro=>READONLY_NECESSARY...more details

SELECT_ENTRYSelect Entry in ColumnPrivate
CALL METHOD cl_gui_ecatt_web_dynpro=>SELECT_ENTRY...more details

SET_EDITORInsert Editor InstancePublic
CALL METHOD cl_gui_ecatt_web_dynpro=>SET_EDITOR...more details

SET_ELEM_FIELDSSet Outtab Line with Parameter FieldsPrivate
CALL METHOD cl_gui_ecatt_web_dynpro=>SET_ELEM_FIELDS...more details

SET_XML_CHANGEDSet UI Data ChangePublic
CALL METHOD cl_gui_ecatt_web_dynpro=>SET_XML_CHANGED...more details

SWAP_ROWSSwap RowsPrivate
CALL METHOD cl_gui_ecatt_web_dynpro=>SWAP_ROWS...more details



CL_GUI_ECATT_WEB_DYNPRO attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
AP_EDITORInstance AttributeGeneric XML EditorLIKE
CL_GUI_XML_EDITOR
Private
COPIED_ROWSInstance AttributeCopied RowsLIKE
ETXML_UISCR_TABTYPE
Private
CORRECTION_NEEDEDInstance AttributeTable Correction NecessaryLIKE
ETONOFF
Private
IS_EMPTYInstance AttributeEmpty List of UI ElementsLIKE
ETONOFF
Private
NAME_FIXEDInstance AttributeUI Element Names Cannot Be Changed'X'LIKE
ETONOFF
Private
PAR_NAMEInstance AttributeParent Node NameLIKE
ETDOM_NAME
Private
SCREEN_DATAInstance AttributeWeb Dynpro Screen DataLIKE
ETXML_WEBDSCR_TABTYPE
Private
XML_CHANGEDInstance AttributeWeb Dynpro Data Change ClassLIKE
CL_GUI_ECATT_WEBD_CHANGED
Private


Links to Related Class(s)

CL_GUI_E...
Full list of available SAP object classes

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!