SAP CL_GUI_ECATT_PROPERTIES OO Class - eCATT GUI Properties









CL_GUI_ECATT_PROPERTIES 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_PROPERTIES 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_WB_OBJECT_STATE

Method list of CL_GUI_ECATT_PROPERTIES 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
CLEAR_CURSORClear Properties of CursorPublic
CALL METHOD cl_gui_ecatt_properties=>CLEAR_CURSOR...more details

CLEAR_XML_PROPERTIESClear Properties of XML EditorPublic
CALL METHOD cl_gui_ecatt_properties=>CLEAR_XML_PROPERTIES...more details

CLONEClone InstancePublic
CALL METHOD cl_gui_ecatt_properties=>CLONE...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_gui_ecatt_properties=>CONSTRUCTOR...more details

DELETE_PROPERTYDelete Specified PropertyPublic
CALL METHOD cl_gui_ecatt_properties=>DELETE_PROPERTY...more details

FINISHEmpty PropertiesPublic
CALL METHOD cl_gui_ecatt_properties=>FINISH...more details

GET_CURSORGet CursorPublic
CALL METHOD cl_gui_ecatt_properties=>GET_CURSOR...more details

GET_PROPERTYGet PropertyPublic
CALL METHOD cl_gui_ecatt_properties=>GET_PROPERTY...more details

GET_SCRIPT_VISIBLE_AREAGet Visible Script Text AreaPublic
CALL METHOD cl_gui_ecatt_properties=>GET_SCRIPT_VISIBLE_AREA...more details

GET_XML_PROPERTIESGet Properties of XML EditorPublic
CALL METHOD cl_gui_ecatt_properties=>GET_XML_PROPERTIES...more details

SET_CURSORSet CursorPublic
CALL METHOD cl_gui_ecatt_properties=>SET_CURSOR...more details

SET_PROPERTYSet PropertyPublic
CALL METHOD cl_gui_ecatt_properties=>SET_PROPERTY...more details

SET_SCRIPT_VISIBLE_AREASet Visible Script Text AreaPublic
CALL METHOD cl_gui_ecatt_properties=>SET_SCRIPT_VISIBLE_AREA...more details

SET_XML_PROPERTIESSet Properties of XML EditorPublic
CALL METHOD cl_gui_ecatt_properties=>SET_XML_PROPERTIES...more details



CL_GUI_ECATT_PROPERTIES 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
CO_ACTIVETAB_ATTRIBConstantAttribute Tab in Foreground'ACTIVETAB_ATTRIB'LIKE
ETPROPNAME
Public
CO_ACTIVETAB_ATTRIB_VERSIONConstantAttribute Tab in Foreground'ACTIVETAB_ATTRIB_VERSION'LIKE
ETPROPNAME
Public
CO_ACTIVETAB_MAINConstantMain Tab in Foreground'ACTIVETAB_MAIN'LIKE
ETPROPNAME
Public
CO_HEIGHT_CONT_DATA_PARAMConstantHeight of Data Parameter Container'HEIGHT_CONT_DATA_PARAM'LIKE
ETPROPNAME
Public
CO_HEIGHT_CONT_PARAMConstantHeight of Parameter Container'HEIGHT_CONT_PARAM'LIKE
ETPROPNAME
Public
CO_HEIGHT_CONT_VARIANTConstantHeight of the Variant Container'HEIGHT_CONT_VARIANT'LIKE
ETPROPNAME
Public
CO_PARAMS_VIEWConstantDisplay Parameters or Command Interfaces'PARAMS_VIEW'LIKE
ETPROPNAME
Public
CO_VARIANTS_SHOW_RES_VALUESConstantTest Configuration Variants: Display Resolved Values'VARIANTS_SHOW_RES_VALUES'LIKE
ETPROPNAME
Public
CO_WIDTH_CONT_SCRIPTConstantWidth of the Script Text Container'WIDTH_CONT_SCRIPT'LIKE
ETPROPNAME
Public
CURSORTABInstance AttributeCursor TableLIKE
ETCURSOR_TABTYPE
Private
PROPERTYInstance AttributeTable Type for Simple GUI PropertiesLIKE
ETGUI_PROP_TABTYPE
Private
SCRIPT_LINE_FIRSTStatic AttributeFirst Visible Line in Script TextLIKE
I
Private
SCRIPT_LINE_LASTStatic AttributeLast Visible Line in Script TextLIKE
I
Private
WA_CURSORInstance AttributeCursor Position in GUI ClassLIKE
ETCURSOR
Private
WA_PROPERTYInstance AttributeWork Area: GUI PropertiesLIKE
ETGUI_PROP
Private
XML_PROPERTIESInstance AttributeProperties of XML EditorLIKE
CL_GUI_XML_PROPERTIES
Public


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!