SAP CL_GUI_ECATT_XML_DATA OO Class - Element Editor for XML Data









CL_GUI_ECATT_XML_DATA 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_XML_DATA 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_XML_DATA is CL_GUI_ECATT_DATA

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_GUI_ECATT_XML_EVENTS

Method list of CL_GUI_ECATT_XML_DATA 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_xml_data=>ASSIGN_CELL...more details

CHECK_DATASearch for Modified DataPublic
CALL METHOD cl_gui_ecatt_xml_data=>CHECK_DATA...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_gui_ecatt_xml_data=>CONSTRUCTOR...more details

F4_DISABLEDDisable F4 Help of OutTab linePublic
CALL METHOD cl_gui_ecatt_xml_data=>F4_DISABLED...more details

FILL_UISet Element DataPublic
CALL METHOD cl_gui_ecatt_xml_data=>FILL_UI...more details

GET_ATTRIBUTESGet Properties of CellsPublic
CALL METHOD cl_gui_ecatt_xml_data=>GET_ATTRIBUTES...more details

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

GET_SELECTED_CELLFind Selected CellPublic
CALL METHOD cl_gui_ecatt_xml_data=>GET_SELECTED_CELL...more details

GET_XML_ELETABGet xml_eletab attributePublic
CALL METHOD cl_gui_ecatt_xml_data=>GET_XML_ELETAB...more details

HIDEHide and Redisplay GridPublic
CALL METHOD cl_gui_ecatt_xml_data=>HIDE...more details

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

MODIFY_FIELDCATEnable F4 HelpProtected
CALL METHOD cl_gui_ecatt_xml_data=>MODIFY_FIELDCAT...more details

RAISE_XML_EXCEPTIONTrigger Exception in XML ClassProtected
CALL METHOD cl_gui_ecatt_xml_data=>RAISE_XML_EXCEPTION...more details

READONLY_NECESSARYIs the Field for Locking Entries in Edit Mode?Private
CALL METHOD cl_gui_ecatt_xml_data=>READONLY_NECESSARY...more details

REFRESHRefresh GridPublic
CALL METHOD cl_gui_ecatt_xml_data=>REFRESH...more details

RESETRefresh Element EditorPublic
CALL METHOD cl_gui_ecatt_xml_data=>RESET...more details

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

SET_ATTRIBUTESSet AttributesPublic
CALL METHOD cl_gui_ecatt_xml_data=>SET_ATTRIBUTES...more details

SET_DATA_TO_GRIDSet Data in ALV GridPublic
CALL METHOD cl_gui_ecatt_xml_data=>SET_DATA_TO_GRID...more details

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

SET_SELECTED_CELLCells, selectingProtected
CALL METHOD cl_gui_ecatt_xml_data=>SET_SELECTED_CELL...more details

SHOWDisplay Window in XML EditorPublic
CALL METHOD cl_gui_ecatt_xml_data=>SHOW...more details

STOPStop Table DisplayPublic
CALL METHOD cl_gui_ecatt_xml_data=>STOP...more details



CL_GUI_ECATT_XML_DATA 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_F4Instance AttributeInterface for F4 HelpLIKE
CL_APL_ECATT_F4
Protected
A_INVALIDInstance AttributeInvalid Input DataLIKE
ETONOFF
Protected
CHANGED_PARAMSInstance AttributeInserted ValuesLIKE
ETDOM_ALL_TABTYPE
Private
F4_ENABLEDInstance AttributeeCATT Switch On/OffLIKE
ETONOFF
Protected
LEVELInstance AttributeNesting Depth of NodeLIKE
INT4
Private
PROPERTIESInstance AttributeProperties of XML EditorLIKE
CL_GUI_XML_PROPERTIES
Protected
WA_OUTTABInstance AttributeeCATT Maintain of Attributes and Element Data in XML EditorLIKE
ETXML_ATTR
Private
XML_CHANGEDInstance AttributeChange LogLIKE
CL_GUI_ECATT_ELEM_CHANGED
Private
XML_EDITORInstance AttributeGeneric XML EditorLIKE
CL_GUI_XML_EDITOR
Private
XML_ELETABInstance AttributeeCATT: Maintain Attributes and Element DataLIKE
ETXML_ATTR_TABTYPE
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!