SAP CL_GUI_ECATT_DATA_EDITOR OO Class - User Interface: Test Data Container









CL_GUI_ECATT_DATA_EDITOR 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_DATA_EDITOR 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_DATA_EDITOR is CL_GUI_ECATT_EDITOR

Method list of CL_GUI_ECATT_DATA_EDITOR 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
CONSTRUCTORData Editor ConstructorPublic
CALL METHOD cl_gui_ecatt_data_editor=>CONSTRUCTOR...more details

CREATE_UI_DATA_PARAMSGenerate Parameter EditorPublic
CALL METHOD cl_gui_ecatt_data_editor=>CREATE_UI_DATA_PARAMS...more details

CREATE_UI_PARAMSGenerate Parameter EditorPublic
CALL METHOD cl_gui_ecatt_data_editor=>CREATE_UI_PARAMS...more details

CREATE_UI_PARAM_WIZARDGenerate UI for Parameter WizardPublic
CALL METHOD cl_gui_ecatt_data_editor=>CREATE_UI_PARAM_WIZARD...more details

CREATE_UI_SCOVGenerate Editor Coverage Measurement (SCOV)Public
CALL METHOD cl_gui_ecatt_data_editor=>CREATE_UI_SCOV...more details

CREATE_UI_VARIANTSGenerate Variant EditorPublic
CALL METHOD cl_gui_ecatt_data_editor=>CREATE_UI_VARIANTS...more details

CREATE_UI_XML_VARGenerate XML EditorProtected
CALL METHOD cl_gui_ecatt_data_editor=>CREATE_UI_XML_VAR...more details

FINISH_UI_PARAM_WIZARDExit UI for Parameter ImportPublic
CALL METHOD cl_gui_ecatt_data_editor=>FINISH_UI_PARAM_WIZARD...more details

FINISH_UI_XML_VARRemove XML Editor for VariantsProtected
CALL METHOD cl_gui_ecatt_data_editor=>FINISH_UI_XML_VAR...more details

GET_CLONE_OF_XML_VAR_PROPGet Properties from the XML Editor of VariantsPublic
CALL METHOD cl_gui_ecatt_data_editor=>GET_CLONE_OF_XML_VAR_PROP...more details

GET_UI_PARAMSGet Parameter from EditorPublic
CALL METHOD cl_gui_ecatt_data_editor=>GET_UI_PARAMS...more details

GET_UI_VARIANTSGet Variants from EditorPublic
CALL METHOD cl_gui_ecatt_data_editor=>GET_UI_VARIANTS...more details

ON_MAINTAIN_MODE_CHANGEDProcessing Mode of the eCATT Object ChangedPublic
CALL METHOD cl_gui_ecatt_data_editor=>ON_MAINTAIN_MODE_CHANGED...more details

ON_PARAMS_CHANGE_SYNCH_XMLGet Parameter Changes for Synchronization with XMLProtected
CALL METHOD cl_gui_ecatt_data_editor=>ON_PARAMS_CHANGE_SYNCH_XML...more details

ON_PARAMS_REFRESHEDRefresh Parameter DisplayProtected
CALL METHOD cl_gui_ecatt_data_editor=>ON_PARAMS_REFRESHED...more details

ON_PARAMS_SORTEDParameters SortedProtected
CALL METHOD cl_gui_ecatt_data_editor=>ON_PARAMS_SORTED...more details

ON_PARAMS_VALUE_DELETEDParameter Value DeletedProtected
CALL METHOD cl_gui_ecatt_data_editor=>ON_PARAMS_VALUE_DELETED...more details

ON_PARAM_DOUBLE_CLICKParameter Double-ClickedProtected
CALL METHOD cl_gui_ecatt_data_editor=>ON_PARAM_DOUBLE_CLICK...more details

ON_PARAM_REF_CHANGEDParameter Reference ChangedProtected
CALL METHOD cl_gui_ecatt_data_editor=>ON_PARAM_REF_CHANGED...more details

ON_PARAM_VAL_CHANGEDValues of a Structured Parameter ChangedProtected
CALL METHOD cl_gui_ecatt_data_editor=>ON_PARAM_VAL_CHANGED...more details

ON_PARAM_WHERE_USEDParameter Where-Used List was RequestedProtected
CALL METHOD cl_gui_ecatt_data_editor=>ON_PARAM_WHERE_USED...more details

ON_UI_XML_VAR_CHANGEDData in the XML Editor of Variants ChangedProtected
CALL METHOD cl_gui_ecatt_data_editor=>ON_UI_XML_VAR_CHANGED...more details

ON_UI_XML_VAR_KILLXML Editor for Variants Should Be RemovedProtected
CALL METHOD cl_gui_ecatt_data_editor=>ON_UI_XML_VAR_KILL...more details

ON_UI_XML_VAR_REFR_REQUESTEDXML Editor for Variants Should Be RefreshedProtected
CALL METHOD cl_gui_ecatt_data_editor=>ON_UI_XML_VAR_REFR_REQUESTED...more details

ON_UI_XML_VAR_USER_COMMANDUser Triggered Command in XML Editor at VariantsProtected
CALL METHOD cl_gui_ecatt_data_editor=>ON_UI_XML_VAR_USER_COMMAND...more details

ON_VARIANTS_REFRESHEDRefresh Variant DisplayProtected
CALL METHOD cl_gui_ecatt_data_editor=>ON_VARIANTS_REFRESHED...more details

ON_VARIANTS_VALUE_DELETEDParameter Value in Variants DeletedProtected
CALL METHOD cl_gui_ecatt_data_editor=>ON_VARIANTS_VALUE_DELETED...more details

ON_VAR_VALUE_DOUBLE_CLICKParameter Value of a Variant Was Double-ClickedProtected
CALL METHOD cl_gui_ecatt_data_editor=>ON_VAR_VALUE_DOUBLE_CLICK...more details

ON_VAR_VAL_CHANGEDValues of a Structured Parameter in Variant ChangedProtected
CALL METHOD cl_gui_ecatt_data_editor=>ON_VAR_VAL_CHANGED...more details

REFRESH_UI_XML_VARUpdate XML Editor for VariantsProtected
CALL METHOD cl_gui_ecatt_data_editor=>REFRESH_UI_XML_VAR...more details

SET_TOC_INSTANCESet Instance of CL_GUI_TEST_OPERATION_CENTERPublic
CALL METHOD cl_gui_ecatt_data_editor=>SET_TOC_INSTANCE...more details

SET_UI_PARAMSSet Parameter in EditorPublic
CALL METHOD cl_gui_ecatt_data_editor=>SET_UI_PARAMS...more details

SET_UI_VARIANTSSet Variants in EditorPublic
CALL METHOD cl_gui_ecatt_data_editor=>SET_UI_VARIANTS...more details

SET_UI_XML_VARSet XML Editor for VariantsProtected
CALL METHOD cl_gui_ecatt_data_editor=>SET_UI_XML_VAR...more details

SET_UI_XML_VAR_AREASet/Reset Display Area of XML Editor for VariantsProtected
CALL METHOD cl_gui_ecatt_data_editor=>SET_UI_XML_VAR_AREA...more details

UC_DOWNLOAD_VARIANTSDownload VariantsPrivate
CALL METHOD cl_gui_ecatt_data_editor=>UC_DOWNLOAD_VARIANTS...more details

UC_IMPORT_PARAMSImport Parameters from other eCATT ObjectsProtected
CALL METHOD cl_gui_ecatt_data_editor=>UC_IMPORT_PARAMS...more details

UC_REFRESHRefresh AllProtected
CALL METHOD cl_gui_ecatt_data_editor=>UC_REFRESH...more details

UC_UNIT_GENERATEGenerate Unit TestPrivate
CALL METHOD cl_gui_ecatt_data_editor=>UC_UNIT_GENERATE...more details

UC_UPLOAD_VARIANTSUpload VariantsPrivate
CALL METHOD cl_gui_ecatt_data_editor=>UC_UPLOAD_VARIANTS...more details

UC_WHEREUSED_PARWhere-Used List for ParameterProtected
CALL METHOD cl_gui_ecatt_data_editor=>UC_WHEREUSED_PAR...more details

UC_WHEREUSED_VARWhere-Used List for VariantProtected
CALL METHOD cl_gui_ecatt_data_editor=>UC_WHEREUSED_VAR...more details

WHEREUSED_PARWhere-Used List for ParameterProtected
CALL METHOD cl_gui_ecatt_data_editor=>WHEREUSED_PAR...more details



CL_GUI_ECATT_DATA_EDITOR 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
CC_DATA_PARAMInstance AttributeParameter: Container for Custom Controls in Screen AreaLIKE
CL_GUI_CUSTOM_CONTAINER
Protected
CC_PARAMInstance AttributeParameter: Container for Custom Controls in Screen AreaLIKE
CL_GUI_CUSTOM_CONTAINER
Protected
CC_SCOVInstance AttributeSCOV: Container for Custom Controls in Dynpro AreaLIKE
CL_GUI_CUSTOM_CONTAINER
Protected
CC_VARInstance AttributeVarianten: Container for Custom Controls in Screen AreaLIKE
CL_GUI_CUSTOM_CONTAINER
Protected
DATA_PARAM_SPLITTERInstance AttributeParameter: Splitter ControlLIKE
CL_GUI_SPLITTER_CONTAINER
Protected
DATA_PARAM_SPLITTER_C1Instance AttributeParameter: Container for UI_PARAMSLIKE
CL_GUI_CONTAINER
Protected
DATA_PARAM_SPLITTER_C2Instance AttributeParameter: Container for UI_XMLLIKE
CL_GUI_CONTAINER
Protected
PARAM_SPLITTERInstance AttributeParameter: Splitter ControlLIKE
CL_GUI_SPLITTER_CONTAINER
Protected
PARAM_SPLITTER_C1Instance AttributeParameter: Container for UI_PARAMSLIKE
CL_GUI_CONTAINER
Protected
PARAM_SPLITTER_C2Instance AttributeParameter: Container for UI_XMLLIKE
CL_GUI_CONTAINER
Protected
TOCStatic AttributeTest Operation Center (Initial Screen eCATT)LIKE
CL_GUI_TEST_OPERATION_CENTER
Protected
UI_DATA_PARAMSInstance AttributeParameter Data for Start Profile EditorLIKE
CL_GUI_ECATT_PARAMS
Public
UI_PARAMSInstance AttributeParameter - EditorLIKE
CL_GUI_ECATT_PARAMS
Public
UI_PARAM_WIZARDInstance AttributeeCATT: Wizard for Parameter Transfer from other ObjectsLIKE
CL_GUI_ECATT_PARAM_WIZARD
Public
UI_SCOVInstance AttributeUser Interface: Coverage Measurement (SCOV)LIKE
CL_GUI_ECATT_SCOV
Public
UI_VARIANTSInstance AttributeVariants - EditorLIKE
CL_GUI_ECATT_VARIANTS
Public
UI_XML_VARInstance AttributeGeneric XML Editor for Variant MaintenanceLIKE
CL_GUI_XML_EDITOR
Protected
VAR_SPLITTERInstance AttributeVariants: Splitter ControlLIKE
CL_GUI_SPLITTER_CONTAINER
Protected
VAR_SPLITTER_C1Instance AttributeVariants: Container for UI_VARIANTSLIKE
CL_GUI_CONTAINER
Protected
VAR_SPLITTER_C2Instance AttributeVariants: Container for UI_XML_VARLIKE
CL_GUI_CONTAINER
Protected


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!