SAP CL_GUI_TEST_OPERATION_CENTER OO Class - Test Operation Center (Initial Screen eCATT)









CL_GUI_TEST_OPERATION_CENTER 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_TEST_OPERATION_CENTER including details of:

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

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_TEST_OPERATION_CENTER

Interface Implementation

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

Interface Implementation

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

Method list of CL_GUI_TEST_OPERATION_CENTER 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
ACTIVATE_EVENT_HANDLEREnable/Disable Event HandlerPublic
CALL METHOD cl_gui_test_operation_center=>ACTIVATE_EVENT_HANDLER...more details

BEFORE_EXIT_TO_PROGRAMBefore Exit to Other ProgramsPrivate
CALL METHOD cl_gui_test_operation_center=>BEFORE_EXIT_TO_PROGRAM...more details

CALL_BCSET_TOOLCall BCSET ToolPublic
CALL METHOD cl_gui_test_operation_center=>CALL_BCSET_TOOL...more details

CALL_CHECKLIST_TOOLCall Tool for Display of Check ListsPublic
CALL METHOD cl_gui_test_operation_center=>CALL_CHECKLIST_TOOL...more details

CALL_LOGCall Log DisplayPrivate
CALL METHOD cl_gui_test_operation_center=>CALL_LOG...more details

CALL_SCREENCall ScreenPublic
CALL METHOD cl_gui_test_operation_center=>CALL_SCREEN...more details

CALL_WB_TOOLCall Tool in Worbbench ManagerPublic
CALL METHOD cl_gui_test_operation_center=>CALL_WB_TOOL...more details

CLEAR_UI_MULTI_OBJECTSDelete UI_MULTI_OBJECTSPublic
CALL METHOD cl_gui_test_operation_center=>CLEAR_UI_MULTI_OBJECTS...more details

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

CREATE_SCREENCreate User Interface (Screen PBO)Public
CALL METHOD cl_gui_test_operation_center=>CREATE_SCREEN...more details

CREATE_UI_ATTACHMENTSGenerate Test Configuration EditorPrivate
CALL METHOD cl_gui_test_operation_center=>CREATE_UI_ATTACHMENTS...more details

CREATE_UI_CONFIG_EDITORGenerate Test Configuration EditorPrivate
CALL METHOD cl_gui_test_operation_center=>CREATE_UI_CONFIG_EDITOR...more details

CREATE_UI_DATA_EDITORGenerate Test Configuration EditorPrivate
CALL METHOD cl_gui_test_operation_center=>CREATE_UI_DATA_EDITOR...more details

CREATE_UI_DATA_VERSIONSGeneration of Editor for Test Data VersionsPrivate
CALL METHOD cl_gui_test_operation_center=>CREATE_UI_DATA_VERSIONS...more details

CREATE_UI_ECATT_LOGGenerate eCATT Log DisplayPrivate
CALL METHOD cl_gui_test_operation_center=>CREATE_UI_ECATT_LOG...more details

CREATE_UI_ECATT_TYPESGenerate eCATT Initial ScreenPrivate
CALL METHOD cl_gui_test_operation_center=>CREATE_UI_ECATT_TYPES...more details

CREATE_UI_EXEC_DATAGeneration of Editor for New Execution DataPrivate
CALL METHOD cl_gui_test_operation_center=>CREATE_UI_EXEC_DATA...more details

CREATE_UI_EXTPROG_EDITORGenerate Editor for External Test ToolsPrivate
CALL METHOD cl_gui_test_operation_center=>CREATE_UI_EXTPROG_EDITOR...more details

CREATE_UI_MULTI_OBJECTSGenerate Multiple Processing of eCATT ObjectsPrivate
CALL METHOD cl_gui_test_operation_center=>CREATE_UI_MULTI_OBJECTS...more details

CREATE_UI_SCRIPT_EDITORGenerate Test Script EditorPrivate
CALL METHOD cl_gui_test_operation_center=>CREATE_UI_SCRIPT_EDITOR...more details

CREATE_UI_SCRIPT_VERSIONSGenerate Test Script Version EditorPrivate
CALL METHOD cl_gui_test_operation_center=>CREATE_UI_SCRIPT_VERSIONS...more details

CREATE_UI_START_PROFILEGeneration of Start Profile EditorPrivate
CALL METHOD cl_gui_test_operation_center=>CREATE_UI_START_PROFILE...more details

CREATE_UI_SYSTEM_EDITORGenerate System Data EditorPrivate
CALL METHOD cl_gui_test_operation_center=>CREATE_UI_SYSTEM_EDITOR...more details

CREATE_UI_VAL_EDITORGenerate Validation EditorPrivate
CALL METHOD cl_gui_test_operation_center=>CREATE_UI_VAL_EDITOR...more details

DETERMINE_NAV_DESTDetermine Navigation TargetPublic
CALL METHOD cl_gui_test_operation_center=>DETERMINE_NAV_DEST...more details

DISPATCH_USER_COMMANDCommand ProcessingPublic
CALL METHOD cl_gui_test_operation_center=>DISPATCH_USER_COMMAND...more details

EXIT_WITHOUT_FIELD_CHECKExit Screen Without Checking Required FieldsPublic
CALL METHOD cl_gui_test_operation_center=>EXIT_WITHOUT_FIELD_CHECK...more details

FINISHTerminate eCATT ProgramPublic
CALL METHOD cl_gui_test_operation_center=>FINISH...more details

FINISH_AT_END_EDITORTermination steps when leaving the editorPrivate
CALL METHOD cl_gui_test_operation_center=>FINISH_AT_END_EDITOR...more details

FINISH_SCREENFinish User Interface AreasPublic
CALL METHOD cl_gui_test_operation_center=>FINISH_SCREEN...more details

GET_CURSOR_FLAGReturns and Initializes Flag for Setting of CursorPublic
CALL METHOD cl_gui_test_operation_center=>GET_CURSOR_FLAG...more details

GET_UI_INSTANCESet UI InstancePublic
CALL METHOD cl_gui_test_operation_center=>GET_UI_INSTANCE...more details

GET_UI_PROPERTIESUI - Get PropertiesPrivate
CALL METHOD cl_gui_test_operation_center=>GET_UI_PROPERTIES...more details

HANDLE_USER_COMMANDTest Operation Center: Commadn ProcessingPrivate
CALL METHOD cl_gui_test_operation_center=>HANDLE_USER_COMMAND...more details

MAINTAIN_ECATT_OBJECTEdit eCATT ObjectPublic
CALL METHOD cl_gui_test_operation_center=>MAINTAIN_ECATT_OBJECT...more details

MAINTAIN_ECATT_OBJECT_WBProcess eCATT Object in WorkbenchPublic
CALL METHOD cl_gui_test_operation_center=>MAINTAIN_ECATT_OBJECT_WB...more details

ON_UI_SCRIPT_CL_CLOSEDUI eCATT Script: Checklist ClosedPrivate
CALL METHOD cl_gui_test_operation_center=>ON_UI_SCRIPT_CL_CLOSED...more details

ON_UI_SCRIPT_CL_REQUESTEDUI eCATT Script: Display ChecklistPrivate
CALL METHOD cl_gui_test_operation_center=>ON_UI_SCRIPT_CL_REQUESTED...more details

ON_UI_SCRIPT_NEW_SCREEN_REQUI eCATT Script: Must Create New ScreenPrivate
CALL METHOD cl_gui_test_operation_center=>ON_UI_SCRIPT_NEW_SCREEN_REQ...more details

REQUEST_TOOL_ACCESSRequest Tool/EditorPublic
CALL METHOD cl_gui_test_operation_center=>REQUEST_TOOL_ACCESS...more details

RESET_ACTIVETABReset Active TabPublic
CALL METHOD cl_gui_test_operation_center=>RESET_ACTIVETAB...more details

SELECT_ECATT_OBJECTSelect eCATT Object for EditingPrivate
CALL METHOD cl_gui_test_operation_center=>SELECT_ECATT_OBJECT...more details

SELECT_SYSTEM_DATASelect System Data Container for EditingPrivate
CALL METHOD cl_gui_test_operation_center=>SELECT_SYSTEM_DATA...more details

SET_DOCKING_CONT1Set Properties of Docking Container 1Public
CALL METHOD cl_gui_test_operation_center=>SET_DOCKING_CONT1...more details

SET_DOCKING_CONT2Set Properties of Docking Container 2Public
CALL METHOD cl_gui_test_operation_center=>SET_DOCKING_CONT2...more details

SET_ECATT_OBJECTTransfer eCATT Object Directly. Caution When Using.Public
CALL METHOD cl_gui_test_operation_center=>SET_ECATT_OBJECT...more details

SET_FCODE_FOR_STATUSSet Function Codes for StatusPublic
CALL METHOD cl_gui_test_operation_center=>SET_FCODE_FOR_STATUS...more details

SET_FCODE_FOR_UI_CONFIG_EDITORSet Function Codes for Test Data Configuration EditorPublic
CALL METHOD cl_gui_test_operation_center=>SET_FCODE_FOR_UI_CONFIG_EDITOR...more details

SET_FCODE_FOR_UI_DATA_EDITORSet Function Codes for Test Data Container EditorPublic
CALL METHOD cl_gui_test_operation_center=>SET_FCODE_FOR_UI_DATA_EDITOR...more details

SET_FCODE_FOR_UI_ECATT_TYPESSet Function Codes Test Operation CenterPublic
CALL METHOD cl_gui_test_operation_center=>SET_FCODE_FOR_UI_ECATT_TYPES...more details

SET_FCODE_FOR_UI_EXTPROG_EDITRSet Function Codes for eCATT Script EditorPublic
CALL METHOD cl_gui_test_operation_center=>SET_FCODE_FOR_UI_EXTPROG_EDITR...more details

SET_FCODE_FOR_UI_SCRIPT_EDITORSet Function Codes for eCATT Script EditorPublic
CALL METHOD cl_gui_test_operation_center=>SET_FCODE_FOR_UI_SCRIPT_EDITOR...more details

SET_FCODE_FOR_UI_SCR_VERSIONSSet Funktion Code for Editor of Script VersionsPublic
CALL METHOD cl_gui_test_operation_center=>SET_FCODE_FOR_UI_SCR_VERSIONS...more details

SET_FCODE_FOR_UI_SP_EDITORSet Function Codes for System Data Container EditorPublic
CALL METHOD cl_gui_test_operation_center=>SET_FCODE_FOR_UI_SP_EDITOR...more details

SET_FCODE_FOR_UI_SYSTEM_EDITORSet Function Codes for System Data Container EditorPublic
CALL METHOD cl_gui_test_operation_center=>SET_FCODE_FOR_UI_SYSTEM_EDITOR...more details

SET_FCODE_FOR_UI_TD_VERSIONSSet Funktion Code for Editor of Script VersionsPublic
CALL METHOD cl_gui_test_operation_center=>SET_FCODE_FOR_UI_TD_VERSIONS...more details

SET_FCODE_FOR_UI_VAL_EDITORSet Function Code for Validation Object EditorPublic
CALL METHOD cl_gui_test_operation_center=>SET_FCODE_FOR_UI_VAL_EDITOR...more details

SET_NEXT_DYNPROSet Next ScreenPublic
CALL METHOD cl_gui_test_operation_center=>SET_NEXT_DYNPRO...more details

SET_STATUSSet StatusPublic
CALL METHOD cl_gui_test_operation_center=>SET_STATUS...more details

SET_STATUS_WBSet Status of Workbench ManagerPrivate
CALL METHOD cl_gui_test_operation_center=>SET_STATUS_WB...more details

SET_UI_INSTANCESet UI InstancePublic
CALL METHOD cl_gui_test_operation_center=>SET_UI_INSTANCE...more details

SET_UI_PROPERTIESUI - Set PropertiesPrivate
CALL METHOD cl_gui_test_operation_center=>SET_UI_PROPERTIES...more details

SET_WB_START_OBJ_NAMEBeginning Object's Name SetPublic
CALL METHOD cl_gui_test_operation_center=>SET_WB_START_OBJ_NAME...more details

UC_BACKExit (Exit Current Processing)Private
CALL METHOD cl_gui_test_operation_center=>UC_BACK...more details

UC_CANCELCancelPrivate
CALL METHOD cl_gui_test_operation_center=>UC_CANCEL...more details

UC_CHECK_CHECKMANCheckMan ChecksPublic
CALL METHOD cl_gui_test_operation_center=>UC_CHECK_CHECKMAN...more details

UC_EXITExit Test Operation CenterPrivate
CALL METHOD cl_gui_test_operation_center=>UC_EXIT...more details

UC_FORWARDForward Navigation (Exit Current Processing)Private
CALL METHOD cl_gui_test_operation_center=>UC_FORWARD...more details

UC_LOGCall eCATT LogPrivate
CALL METHOD cl_gui_test_operation_center=>UC_LOG...more details

UC_REF_LISTGo to Command Where-Used-ListPrivate
CALL METHOD cl_gui_test_operation_center=>UC_REF_LIST...more details

UC_RS_LOGINLog on to Remote SystemPrivate
CALL METHOD cl_gui_test_operation_center=>UC_RS_LOGIN...more details

UC_TESTWORKBENCHCall Test Workbench BrowserPublic
CALL METHOD cl_gui_test_operation_center=>UC_TESTWORKBENCH...more details

UC_TRORGTransport Organizer, Request OverviewPrivate
CALL METHOD cl_gui_test_operation_center=>UC_TRORG...more details

UC_USAGE_LISTGo to Command Where-Used-ListPrivate
CALL METHOD cl_gui_test_operation_center=>UC_USAGE_LIST...more details

UC_WB_OPTIONSSet Workbench OptionsPublic
CALL METHOD cl_gui_test_operation_center=>UC_WB_OPTIONS...more details



CL_GUI_TEST_OPERATION_CENTER 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
ACTIVE_UIStatic AttributeEditor Currently DisplayedLIKE
STRING
Private
AP_BADI_ECEStatic AttributeAccess eCATT BADILIKE
ECATT_BADI_ECE
Public
CLIENTStatic AttributeeCATT: User/CallerLIKE
ETCLIENT
Public
CO_CHECKLIST_CHECKConstantPurpose Checklist Tool: Check Result'CHECK'LIKE
CHAR10
Public
CO_CHECKLIST_CONFLICT_VERConstantPurpose Checklist Tool: Conflict Version Selection'CONFL_VERS'LIKE
CHAR10
Public
CO_CHECKLIST_FOUNDSConstantPurpose Checklist Tool: Search Result'FOUNDS'LIKE
CHAR10
Public
CPROGStatic AttributeProgram IDLIKE
SYCPROG
Private
CURSORTABInstance AttributeCursor TableLIKE
ETCURSOR_TABTYPE
Private
DOCKING_CONT1Static AttributeDocking Container on Left of ScreenLIKE
CL_GUI_DOCKING_CONTAINER
Private
DOCKING_CONT2Static AttributeDocking Container on Bottom of ScreenLIKE
CL_GUI_DOCKING_CONTAINER
Private
DYNNRStatic AttributeScreen for DisplayLIKE
SYDYNNR
Private
DYNNR_PREVIOUSStatic AttributePrevious ScreenLIKE
SYDYNNR
Private
EOUStatic AttributeProcessing of eCATT ObjectsLIKE
CL_GUI_ECATT_OBJECT_USAGE
Public
EX_ECATTStatic AttributeBasis Class for eCATT ExceptionsLIKE
CX_ECATT
Private
FCODE_EXCLUDEStatic AttributeExcluded Function Codes in StatusLIKE
ETFCODE_TABTYPE
Private
GET_NO_CURSORStatic AttributeDo not get cursor again from editor areaLIKE
ETONOFF
Private
LOADED_START_PROFILEInstance AttributeUser Interface: Loaded Start Profile DataLIKE
CL_APL_ECATT_START_PROFIL
Public
MSGSTRStatic AttributeHelp String for Message OutputLIKE
STRING
Private
PROPERTIESStatic AttributeeCATT GUI PropertiesLIKE
CL_GUI_ECATT_PROPERTIES
Public
STATUSStatic AttributeStatus to Be SetLIKE
GUI_STATUS
Private
TITLEStatic AttributeTitle to Be SetLIKE
GUI_TITLE
Private
UI_ATTACHMENTSStatic AttributeUser Interface: AttachmentsLIKE
CL_ECATT_UI_ATTACHMENT
Public
UI_CONFIG_EDITORStatic AttributeUser Interface: Test Configuration EditorLIKE
CL_GUI_ECATT_CONFIG_EDITOR
Public
UI_DATA_EDITORStatic AttributeUser Interface: Test Data EditorLIKE
CL_GUI_ECATT_DATA_EDITOR
Public
UI_DATA_VERSIONSStatic AttributeUser Interface: Test Script VersionsLIKE
CL_GUI_ECATT_DATA_VERS_EDIT
Public
UI_EXEC_DATAStatic AttributeUser Interface: Data Editor for Object ExecutionLIKE
CL_GUI_ECATT_EXECUTION_DATA
Public
UI_EXTPROG_EDITORStatic AttributeUser Interface: Test Script from External ToolLIKE
CL_GUI_ECATT_EXTPROG_EDITOR
Public
UI_GRAPHICStatic AttributeUser Interface: Grafical Editor for WizardLIKE
CL_GUI_ECATT_GRAPHIC_EDITOR
Public
UI_META_DATAStatic AttributeUser Interface: MetadataLIKE
CL_UI_ECATT_SUT_METADATA
Public
UI_MULTI_OBJECTSStatic AttributeEditor for Processing Several eCATT ObjectsLIKE
CL_GUI_ECATT_MULTI_OBJECT_EDIT
Public
UI_SCRIPT_EDITORStatic AttributeUser Interface: eCATT Script EditorLIKE
CL_GUI_ECATT_SCRIPT_EDITOR
Public
UI_SCRIPT_VERSIONSStatic AttributeUser Interface: Test Script VersionsLIKE
CL_GUI_ECATT_SCRIPT_VERS_EDIT
Public
UI_START_PROFILE_EDITORStatic AttributeUser Interface: Start Profile EditorLIKE
CL_GUI_ECATT_START_PROF_EDITOR
Public
UI_SYSTEM_EDITORStatic AttributeUser Interface: System Data Container EditorLIKE
CL_GUI_ECATT_SYSTEM_EDITOR
Public
UI_VAL_EDITORInstance AttributeLIKE
Private
WB_START_OBJ_NAMEStatic AttributeWB Request: Key for Object in Development EnvironmentLIKE
SEU_OBJKEY
Public
WB_WINDOW_ID_BOTTOMStatic AttributeWorkbench-Manager: ID of Window Under ScreenLIKE
I
Private


Links to Related Class(s)

CL_GUI_T...
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!