SAP CL_GUI_ECATT_LOG_PROPERTIES OO Class - eCATT Log Properties









CL_GUI_ECATT_LOG_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_LOG_PROPERTIES including details of:

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



Method list of CL_GUI_ECATT_LOG_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
CLONEClonePublic
CALL METHOD cl_gui_ecatt_log_properties=>CLONE...more details

SET_ATTRIBUTESPrivate
CALL METHOD cl_gui_ecatt_log_properties=>SET_ATTRIBUTES...more details



CL_GUI_ECATT_LOG_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
CUR_XML_KEYInstance AttributeCurrently Selected Node in the XML Tree DisplayLIKE
TM_NODEKEY
Public
DEBUGInstance AttributeDebug Handling ClassLIKE
CL_APL_ECATT_DEBUG
Public
ITEM_TABLEInstance AttributeList Tree Model: Table of (Node Key + Item)LIKE
TREEMLITAC
Public
JUMP_TO_NODEInstance AttributeeCATT Switch On/OffLIKE
ETONOFF
Public
LOGKEYInstance AttributeeCATT Key Fields for Log TablesLIKE
ETLOG_KEY
Public
LOGVALIDInstance AttributeLog SAP GUI Without Interruption TCD BackgroundLIKE
ETLOGVALID
Public
NODE_KEY_TABLEInstance AttributeTree Model: Table of Node KeysLIKE
TREEMNOTAB
Public
NODE_TABLEInstance AttributeList Tree Model: Node TableLIKE
TREEMLNOTA
Public
OBJ_LNRInstance Attribute$REF$LIKE
ETOBJ_LNR
Public
RESTORE_TREEInstance AttributeeCATT Switch On/OffLIKE
ETONOFF
Public
SCR_LNRInstance Attribute$REF$LIKE
ETSCR_LNR
Public
SEL_ITEM_NAMEInstance AttributeTree Control: Column Name / Item NameLIKE
TV_ITMNAME
Public
SEL_NODE_KEYInstance AttributeTree Model: Node KeyLIKE
TM_NODEKEY
Public
TDCInstance AttributeCurrent Number of ObjectLIKE
ETOBJ_LNR
Public
_OBJ_LNRInstance AttributeLast Log Line - Running Number of an ObjectLIKE
ETOBJ_LNR
Public
_SCR_LNRInstance AttributeLast Log Line - eCATT Running Number of Script CommandLIKE
ETSCR_LNR
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!