SAP CL_GUI_ECATT_CONFIG_WIZARD OO Class - eCATT: Wizard for Variant Maintenance in Test Configurations









CL_GUI_ECATT_CONFIG_WIZARD 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_WIZARD 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_WIZARD is CL_GUI_ECATT_EDITOR

Method list of CL_GUI_ECATT_CONFIG_WIZARD 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
APPEND_VARIANTSAdd Variants Again to Test Configuration with TD ReferencesPrivate
CALL METHOD cl_gui_ecatt_config_wizard=>APPEND_VARIANTS...more details

BUILD_REFERENCE_SYNTAXCreates Syntax on Parameter and Variant of TDPrivate
CALL METHOD cl_gui_ecatt_config_wizard=>BUILD_REFERENCE_SYNTAX...more details

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

CREATE_SPLITTER_FSGenerate SPLITTER_FSPrivate
CALL METHOD cl_gui_ecatt_config_wizard=>CREATE_SPLITTER_FS...more details

CREATE_UI_VARIANTS_CONFIGGenerate UI_VARIANTS_CONFIGPrivate
CALL METHOD cl_gui_ecatt_config_wizard=>CREATE_UI_VARIANTS_CONFIG...more details

CREATE_UI_VARIANTS_DATAGenerate UI_VARIANTS_DATAPrivate
CALL METHOD cl_gui_ecatt_config_wizard=>CREATE_UI_VARIANTS_DATA...more details

GET_DATA_POSITIONReturns Relative Position in Test Data Container ListPublic
CALL METHOD cl_gui_ecatt_config_wizard=>GET_DATA_POSITION...more details

GET_NEW_VARIANT_IDReturns New Variant NamePrivate
CALL METHOD cl_gui_ecatt_config_wizard=>GET_NEW_VARIANT_ID...more details

GET_OBJECT_NAMESReturns the Names of Objects Currently to Be ProcessedPublic
CALL METHOD cl_gui_ecatt_config_wizard=>GET_OBJECT_NAMES...more details

GET_TEST_DATA_FORM_REF_TABReturns Instance of Test Data Container from REF_DATA_TABPrivate
CALL METHOD cl_gui_ecatt_config_wizard=>GET_TEST_DATA_FORM_REF_TAB...more details

GET_UI_VARIANTS_CONFIGGet Variants of Test Configuration from EditorPublic
CALL METHOD cl_gui_ecatt_config_wizard=>GET_UI_VARIANTS_CONFIG...more details

GET_VERSION_FOR_TESTSYSTEMVersion Determination for Test DataProtected
CALL METHOD cl_gui_ecatt_config_wizard=>GET_VERSION_FOR_TESTSYSTEM...more details

MODIFY_COLUMNModify TC Parameters for All Variants with TD ReferencePrivate
CALL METHOD cl_gui_ecatt_config_wizard=>MODIFY_COLUMN...more details

MODIFY_FIELDModify Parameters of a TC Variant with TD ReferencePrivate
CALL METHOD cl_gui_ecatt_config_wizard=>MODIFY_FIELD...more details

MODIFY_VARIANTSModify Test Configuration Variants with TD ReferencesPrivate
CALL METHOD cl_gui_ecatt_config_wizard=>MODIFY_VARIANTS...more details

ON_VARIANTS_CONFIG_DROPPEDVariants Should Be Added to Test ConfigurationPrivate
CALL METHOD cl_gui_ecatt_config_wizard=>ON_VARIANTS_CONFIG_DROPPED...more details

ON_VARIANTS_CONFIG_REFRESHEDVariants of Test Configuration RefreshedPrivate
CALL METHOD cl_gui_ecatt_config_wizard=>ON_VARIANTS_CONFIG_REFRESHED...more details

SET_SCREEN_MODESet Screen ModePublic
CALL METHOD cl_gui_ecatt_config_wizard=>SET_SCREEN_MODE...more details

SET_UI_VARIANTS_CONFIGSet Variants of Test Configuration in EditorPublic
CALL METHOD cl_gui_ecatt_config_wizard=>SET_UI_VARIANTS_CONFIG...more details

SET_UI_VARIANTS_DATASet Variants of Test Data Container in EditorPublic
CALL METHOD cl_gui_ecatt_config_wizard=>SET_UI_VARIANTS_DATA...more details

UC_CALL_HELP_OBJECTCall Help for AssistentPrivate
CALL METHOD cl_gui_ecatt_config_wizard=>UC_CALL_HELP_OBJECT...more details



CL_GUI_ECATT_CONFIG_WIZARD 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
AS_TSYSInstance AttributeSystem Data Container and Target SystemLIKE
ETSC_TSYS
Private
A_REMEMBER_SYSTEMDATA_SELECTInstance AttributeNote System Data for Variant MaintenanceSPACELIKE
ETONOFF
Private
CC_SPLITTER_CONFIGInstance AttributeContainer for Variants of Test ConfigurationLIKE
CL_GUI_CONTAINER
Private
CC_SPLITTER_DATAInstance AttributeContainer for Variants of Test Data ContainersLIKE
CL_GUI_CONTAINER
Private
CC_SPLITTER_FSInstance AttributeContainer for Splitter in FullscreenLIKE
CL_GUI_CUSTOM_CONTAINER
Private
CC_VARIANTS_CONFIGInstance AttributeContainer for Variants of Test ConfigurationLIKE
CL_GUI_CUSTOM_CONTAINER
Private
CC_VARIANTS_DATAInstance AttributeContainer for Variants of Test Data ContainersLIKE
CL_GUI_CUSTOM_CONTAINER
Private
DATA_POSITIONInstance AttributeRelative Position in Test Data Container ListLIKE
ETRDATAPOS
Private
FULL_SCREENStatic AttributeWizard in FullscreenLIKE
ETONOFF
Public
MAX_REF_DATAInstance AttributeMaximum Number of Test Data Containers AssignedLIKE
I
Private
PARAM_TAB_CONFIGInstance AttributeTable with Parameters from Test ConfigurationLIKE
ETPAR_DEF_TABTYPE
Private
PARAM_TAB_DATAInstance AttributeTable with Parameters from Test Data ContainerLIKE
ETPAR_DEF_TABTYPE
Private
RECENT_REF_DATAInstance AttributeeCATT Test Data Assignment Test Configuration Test StructureLIKE
ETTD_OBJ
Private
REF_DATA_TABInstance AttributeeCATT Table of Test Data to Test Configuration AssignmentLIKE
ETTD_OBJ_TABTYPE
Private
SEL_PARAM_TAB_CONFIGInstance AttributeTable for Exchanging Parameters: GUI - APLLIKE
ETPAR_GUI_TABTYPE
Private
SEL_PARAM_TAB_DATAInstance AttributeTable for Exchanging Parameters: GUI - APLLIKE
ETPAR_GUI_TABTYPE
Private
SEL_VAR_TAB_CONFIGInstance AttributeTable with Variants from Test ConfigurationLIKE
ETVAR_ID_TABTYPE
Private
SEL_VAR_TAB_DATAInstance AttributeTable with Variants from Test Data ContainerLIKE
ETVAR_ID_TABTYPE
Private
SPLITTER_FSInstance AttributeSplitter in FullscreenLIKE
CL_GUI_SPLITTER_CONTAINER
Private
TEST_CONFIGInstance AttributeTest ConfigurationLIKE
CL_APL_ECATT_TEST_CONFIG
Private
TEST_DATAInstance AttributeeCATT Test Data ContainerLIKE
CL_APL_ECATT_TEST_DATA
Private
UI_VARIANTS_CONFIGInstance AttributeUI for Variants of Test ConfigurationLIKE
CL_GUI_ECATT_VARIANTS
Private
UI_VARIANTS_DATAInstance AttributeUI for Variants of Test Data ContainersLIKE
CL_GUI_ECATT_VARIANTS
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!