SAP CL_GUI_ECATT_CONFIG_EDITOR OO Class - User Interface: Test Configuration









CL_GUI_ECATT_CONFIG_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_CONFIG_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_CONFIG_EDITOR is CL_GUI_ECATT_EDITOR

Method list of CL_GUI_ECATT_CONFIG_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
CONFIRM_EXECUTE_CONFIGPrompt: Save Test Configuration Before Execution?Private
CALL METHOD cl_gui_ecatt_config_editor=>CONFIRM_EXECUTE_CONFIG...more details

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

CREATE_UI_ATTACHMENTSGenerate UI_SYSTEMSPrivate
CALL METHOD cl_gui_ecatt_config_editor=>CREATE_UI_ATTACHMENTS...more details

CREATE_UI_REF_TEST_DATAGenerate UI_REF_TEST_DATAPrivate
CALL METHOD cl_gui_ecatt_config_editor=>CREATE_UI_REF_TEST_DATA...more details

CREATE_UI_SYSTEMSGenerate UI_SYSTEMSPrivate
CALL METHOD cl_gui_ecatt_config_editor=>CREATE_UI_SYSTEMS...more details

CREATE_UI_VARIANTSGenerate UI_VARIANTSPrivate
CALL METHOD cl_gui_ecatt_config_editor=>CREATE_UI_VARIANTS...more details

CREATE_UI_WIZARDGenerate UI for Variants in WizardPublic
CALL METHOD cl_gui_ecatt_config_editor=>CREATE_UI_WIZARD...more details

FINISH_UI_ATTACHRemove AttachmentsProtected
CALL METHOD cl_gui_ecatt_config_editor=>FINISH_UI_ATTACH...more details

GET_STARTPROFILE_F4Select Test System and Update Screen FieldsPublic
CALL METHOD cl_gui_ecatt_config_editor=>GET_STARTPROFILE_F4...more details

GET_SYSTEM_DATA_F4Select System Data and Update Screen FieldsPublic
CALL METHOD cl_gui_ecatt_config_editor=>GET_SYSTEM_DATA_F4...more details

GET_TESTSYSTEM_F4Select Test System and Update Screen FieldsPublic
CALL METHOD cl_gui_ecatt_config_editor=>GET_TESTSYSTEM_F4...more details

GET_TEST_SCRIPT_F4Select Test Script and Update Screen FieldsPublic
CALL METHOD cl_gui_ecatt_config_editor=>GET_TEST_SCRIPT_F4...more details

GET_TEST_SCRIPT_VERSION_F4Select Test Script and Update Screen FieldsPublic
CALL METHOD cl_gui_ecatt_config_editor=>GET_TEST_SCRIPT_VERSION_F4...more details

GET_UI_FIELDSGet Fields of Referenced Objects from GUIPrivate
CALL METHOD cl_gui_ecatt_config_editor=>GET_UI_FIELDS...more details

GET_UI_REF_OBJECTSPass Names of Ref. Objects from GUI to MiddlewarePublic
CALL METHOD cl_gui_ecatt_config_editor=>GET_UI_REF_OBJECTS...more details

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

ON_FINISH_UI_XMLParameter Value of a Variant Was Double-ClickedPrivate
CALL METHOD cl_gui_ecatt_config_editor=>ON_FINISH_UI_XML...more details

ON_MAINTAIN_MODE_CHANGEDProcessing Mode of Test Configuration ChangedPrivate
CALL METHOD cl_gui_ecatt_config_editor=>ON_MAINTAIN_MODE_CHANGED...more details

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

ON_PARAMS_TC_CHANGEDParameters of Test Configuration ChangedPrivate
CALL METHOD cl_gui_ecatt_config_editor=>ON_PARAMS_TC_CHANGED...more details

ON_SCRIPTNAME_CHANGEChanging the script name can lead to variant data lossPrivate
CALL METHOD cl_gui_ecatt_config_editor=>ON_SCRIPTNAME_CHANGE...more details

ON_SHOW_UI_XMLParameter Value of a Variant Was Double-ClickedPrivate
CALL METHOD cl_gui_ecatt_config_editor=>ON_SHOW_UI_XML...more details

ON_VARIANTS_REFRESHEDRefresh Variant DisplayPrivate
CALL METHOD cl_gui_ecatt_config_editor=>ON_VARIANTS_REFRESHED...more details

ON_VARIANTS_VALUE_DELETEDParameter Value in Variants DeletedPrivate
CALL METHOD cl_gui_ecatt_config_editor=>ON_VARIANTS_VALUE_DELETED...more details

ON_VAR_REF_TD_PICKEDReference to Test Data Container in Variant SelectedPrivate
CALL METHOD cl_gui_ecatt_config_editor=>ON_VAR_REF_TD_PICKED...more details

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

ON_VAR_VAL_CHANGEDValue Container of Structured Parameter in Variant DeletedPrivate
CALL METHOD cl_gui_ecatt_config_editor=>ON_VAR_VAL_CHANGED...more details

ON_WIZARD_REQUESTEDRequesting WizardPrivate
CALL METHOD cl_gui_ecatt_config_editor=>ON_WIZARD_REQUESTED...more details

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

SET_UI_FIELDSReset Fields of Referenced Objects in GUIPrivate
CALL METHOD cl_gui_ecatt_config_editor=>SET_UI_FIELDS...more details

SET_UI_REF_OBJECTSGet Names of Ref. Objects from Middleware, Set in GUIPublic
CALL METHOD cl_gui_ecatt_config_editor=>SET_UI_REF_OBJECTS...more details

SET_UI_SYSTEMSSet Systems from Middleware in EditorPublic
CALL METHOD cl_gui_ecatt_config_editor=>SET_UI_SYSTEMS...more details

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

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

UC_EXECUTEExecute Test ConfigurationPrivate
CALL METHOD cl_gui_ecatt_config_editor=>UC_EXECUTE...more details

UC_REFRESH_VARIANTSRefresh VariantsPrivate
CALL METHOD cl_gui_ecatt_config_editor=>UC_REFRESH_VARIANTS...more details

UC_SCRIPT_VERSIONSVersion Management for Test ScriptPrivate
CALL METHOD cl_gui_ecatt_config_editor=>UC_SCRIPT_VERSIONS...more details

UC_START_TD_WIZARDStart WizardPrivate
CALL METHOD cl_gui_ecatt_config_editor=>UC_START_TD_WIZARD...more details

UC_START_WIZARDStart WizardPrivate
CALL METHOD cl_gui_ecatt_config_editor=>UC_START_WIZARD...more details

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

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



CL_GUI_ECATT_CONFIG_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_ATTACHMENTSInstance AttributeContainer for AttachmentsLIKE
CL_GUI_CUSTOM_CONTAINER
Private
CC_REF_TEST_DATAInstance AttributeContainer for Assigned Test Data ContainersLIKE
CL_GUI_CUSTOM_CONTAINER
Private
CC_SYSTEMSInstance AttributeContainer for System DataLIKE
CL_GUI_CUSTOM_CONTAINER
Private
CC_VARIANTSInstance AttributeContainer for ParametersLIKE
CL_GUI_CUSTOM_CONTAINER
Private
TOCStatic AttributeTest Operation Center (Initial Screen eCATT)LIKE
CL_GUI_TEST_OPERATION_CENTER
Private
UI_REF_TEST_DATAInstance AttributeeCATT: Editor for Test Data Assigned to Test ConfigurationLIKE
CL_GUI_ECATT_CONFIG_OBJECTS
Private
UI_START_PROFILInstance AttributeStart ProfileLIKE
CL_GUI_ECATT_START_PROFIL
Private
UI_SYSTEMSInstance AttributeSystem Data Container: SystemsLIKE
CL_GUI_ECATT_SYSTEMS
Private
UI_VARIANTSInstance AttributeeCATT: Variant EditorLIKE
CL_GUI_ECATT_VARIANTS
Private
UI_WIZARDInstance AttributeeCATT: Wizard for Variant Maintenance in Test ConfigurationsLIKE
CL_GUI_ECATT_CONFIG_WIZARD
Public
VAR_SPLITTERInstance AttributeVariants: Splitter ControlLIKE
CL_GUI_SPLITTER_CONTAINER
Private
VAR_SPLITTER_C1Instance AttributeVariants: Container for UI_VARIANTSLIKE
CL_GUI_CONTAINER
Private
VAR_SPLITTER_C2Instance AttributeVariants: Container for XML/Script EditorLIKE
CL_GUI_CONTAINER
Private


Events of Class CL_GUI_ECATT_CONFIG_EDITOR

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... EV_TEST_DATA_PICKED - Test Data Container Selected

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!