SAP CL_GUI_ECATT_MODULE_EDITOR OO Class - User Interface: eCATT Module









CL_GUI_ECATT_MODULE_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_MODULE_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_MODULE_EDITOR is CL_GUI_ECATT_EDITOR

Method list of CL_GUI_ECATT_MODULE_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
CLOSE_UI_CHECKLISTClose Checklist for Syntax Error MessagesProtected
CALL METHOD cl_gui_ecatt_module_editor=>CLOSE_UI_CHECKLIST...more details

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

CREATE_UI_CHECKLISTCreate Checklist for Syntax Errors in eCATT ScriptPublic
CALL METHOD cl_gui_ecatt_module_editor=>CREATE_UI_CHECKLIST...more details

CREATE_UI_ESF_WIZARDCreate UI for ESF WizardPublic
CALL METHOD cl_gui_ecatt_module_editor=>CREATE_UI_ESF_WIZARD...more details

CREATE_UI_PARAMSGenerate UI_PARAMSPublic
CALL METHOD cl_gui_ecatt_module_editor=>CREATE_UI_PARAMS...more details

CREATE_UI_PARAM_WIZARDGenerate UI for Parameter ImportPublic
CALL METHOD cl_gui_ecatt_module_editor=>CREATE_UI_PARAM_WIZARD...more details

FINISH_UI_ESF_WIZARDEnd UI for ESF WizardPublic
CALL METHOD cl_gui_ecatt_module_editor=>FINISH_UI_ESF_WIZARD...more details

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

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

ON_CHECKLIST_FUNCTION_SELECTEDFunction in Checklist SelectedProtected
CALL METHOD cl_gui_ecatt_module_editor=>ON_CHECKLIST_FUNCTION_SELECTED...more details

ON_MAINTAIN_MODE_CHANGEDProcessing Mode of eCATT Module ChangedProtected
CALL METHOD cl_gui_ecatt_module_editor=>ON_MAINTAIN_MODE_CHANGED...more details

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

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

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

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

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

ON_PARAM_VAL_CHANGEDValue of Structured Parameter ChangedProtected
CALL METHOD cl_gui_ecatt_module_editor=>ON_PARAM_VAL_CHANGED...more details

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

ON_TOGGLE_PARAMS_CMDIFToggle Between Parameters and Command InterfacesProtected
CALL METHOD cl_gui_ecatt_module_editor=>ON_TOGGLE_PARAMS_CMDIF...more details

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

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

UC_CALL_TEST_CONFIGCall Test Configuration in the ModuleProtected
CALL METHOD cl_gui_ecatt_module_editor=>UC_CALL_TEST_CONFIG...more details

UC_CALL_VAL_OBJECTCall Validation Object in the ModuleProtected
CALL METHOD cl_gui_ecatt_module_editor=>UC_CALL_VAL_OBJECT...more details

UC_CHECKCheck ScriptPrivate
CALL METHOD cl_gui_ecatt_module_editor=>UC_CHECK...more details

UC_CREATE_TEST_CONFIGCreate Test Configuration in ModuleProtected
CALL METHOD cl_gui_ecatt_module_editor=>UC_CREATE_TEST_CONFIG...more details

UC_CREATE_VAL_OBJECTCreate Validation Object in the ModuleProtected
CALL METHOD cl_gui_ecatt_module_editor=>UC_CREATE_VAL_OBJECT...more details

UC_EXECUTEExecute ModuleProtected
CALL METHOD cl_gui_ecatt_module_editor=>UC_EXECUTE...more details

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

UC_RECORDRecord ModuleProtected
CALL METHOD cl_gui_ecatt_module_editor=>UC_RECORD...more details

UC_REFRESH_ALLRefresh Test Script CompletelyProtected
CALL METHOD cl_gui_ecatt_module_editor=>UC_REFRESH_ALL...more details

UC_REFRESH_PARAMSRefresh ParameterProtected
CALL METHOD cl_gui_ecatt_module_editor=>UC_REFRESH_PARAMS...more details

UC_TOGGLE_PARAMS_CMDIFToggle Between Parameters and Command InterfacesPrivate
CALL METHOD cl_gui_ecatt_module_editor=>UC_TOGGLE_PARAMS_CMDIF...more details

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



CL_GUI_ECATT_MODULE_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
ALL_VERSIONS_LOCKEDInstance AttributeAll ECATT_SCRIPT Versions Locked for ProcessingLIKE
ETONOFF
Public
CC_EDITORInstance AttributeContainer for EditorLIKE
CL_GUI_CUSTOM_CONTAINER
Protected
ET_LOGON_DATAInstance AttributeLogon Data for External ToolLIKE
ETEXTTOOL
Protected
HEIGHT_CONTInstance AttributeHelp Variable: Container HeightLIKE
I
Protected
TOCStatic AttributeTest Operation Center (Initial Screen eCATT)LIKE
CL_GUI_TEST_OPERATION_CENTER
Protected
UI_CHECKLISTInstance AttributeChecklist for Messages from eCATT Script Syntax ErrorsLIKE
CL_GUI_ECATT_CHECKLIST
Protected
UI_ESF_WIZARDStatic AttributeESF WizardLIKE
CL_GUI_ECATT_ESF_WIZARD
Public
UI_PARAMSInstance AttributeEditor for Script ParametersLIKE
CL_GUI_ECATT_PARAMS
Protected
UI_PARAM_WIZARDInstance AttributeeCATT: Wizard for Parameter Transfer from other ObjectsLIKE
CL_GUI_ECATT_PARAM_WIZARD
Public


Events of Class CL_GUI_ECATT_MODULE_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_NEW_SCREEN_REQUESTED - UI: Must Reconstruct eCATT Script Editor
EV_REF_OBJECT_PICKED - Test Script Referenced Was Selected
EV_UI_CHECKLIST_CLOSED - Checklist Closed
EV_UI_CHECKLIST_REQUESTED - Display Checklist

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!