SAP /ISDFPS/CL_FOX_MONITOR OO Class - ALV: FOX Monitor









/ISDFPS/CL_FOX_MONITOR 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 /ISDFPS/CL_FOX_MONITOR 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 /ISDFPS/CL_FOX_MONITOR 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
ALV_CREATEALV: Generate ALVProtected
CALL METHOD /isdfps/cl_fox_monitor=>ALV_CREATE...more details

ALV_FCODE_HANDLINGALV: FCODE ControlProtected
CALL METHOD /isdfps/cl_fox_monitor=>ALV_FCODE_HANDLING...more details

ALV_GET_SELECTIONALV: Determine Selected ALV Row/ColumnProtected
CALL METHOD /isdfps/cl_fox_monitor=>ALV_GET_SELECTION...more details

ALV_GET_SELECTIONSALV: Determine Selected ALV Rows/ColumnsProtected
CALL METHOD /isdfps/cl_fox_monitor=>ALV_GET_SELECTIONS...more details

ALV_LOAD_DATAALV: Retrieve DataProtected
CALL METHOD /isdfps/cl_fox_monitor=>ALV_LOAD_DATA...more details

ALV_ON_LINK_CLICKALV: Event Handler 'ON_LINK_CLICK'Protected
CALL METHOD /isdfps/cl_fox_monitor=>ALV_ON_LINK_CLICK...more details

ALV_ON_USER_COMMANDALV: Event Handler 'ON_USER_COMMAND'Protected
CALL METHOD /isdfps/cl_fox_monitor=>ALV_ON_USER_COMMAND...more details

ALV_REFRESHALV: Update OutputProtected
CALL METHOD /isdfps/cl_fox_monitor=>ALV_REFRESH...more details

ALV_SET_AGGREGATIONALV: Set Totals FieldsProtected
CALL METHOD /isdfps/cl_fox_monitor=>ALV_SET_AGGREGATION...more details

ALV_SET_COLUMNSALV: Define ColumnsProtected
CALL METHOD /isdfps/cl_fox_monitor=>ALV_SET_COLUMNS...more details

ALV_SET_FILTERALV: Set FilterProtected
CALL METHOD /isdfps/cl_fox_monitor=>ALV_SET_FILTER...more details

ALV_SET_REGISTER_EVENTSALV: Register Event HandlerProtected
CALL METHOD /isdfps/cl_fox_monitor=>ALV_SET_REGISTER_EVENTS...more details

ALV_SET_SETTINGSALV: Define SettingsProtected
CALL METHOD /isdfps/cl_fox_monitor=>ALV_SET_SETTINGS...more details

ALV_SET_SORT_FIELDSALV: Define Sort FieldsProtected
CALL METHOD /isdfps/cl_fox_monitor=>ALV_SET_SORT_FIELDS...more details

ALV_SET_TOOLBARALV: Define ToolbarProtected
CALL METHOD /isdfps/cl_fox_monitor=>ALV_SET_TOOLBAR...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /isdfps/cl_fox_monitor=>CONSTRUCTOR...more details

DD_SHOW_HEADERDynamic Document: Output Header DataProtected
CALL METHOD /isdfps/cl_fox_monitor=>DD_SHOW_HEADER...more details

TIMER_INITIALIZETime: Initialize Automatic TimerProtected
CALL METHOD /isdfps/cl_fox_monitor=>TIMER_INITIALIZE...more details

TIMER_REFRESHTimer: Update Automatic TimerProtected
CALL METHOD /isdfps/cl_fox_monitor=>TIMER_REFRESH...more details

UI_DISPLAYUI: Display ALVPublic
CALL METHOD /isdfps/cl_fox_monitor=>UI_DISPLAY...more details

UI_FREEUI: Release ResourcesPublic
CALL METHOD /isdfps/cl_fox_monitor=>UI_FREE...more details



/ISDFPS/CL_FOX_MONITOR 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
GC_SHM_INSTANCEInstance AttributeName of a Shared Object Instance in an AreaLIKE
SHM_INST_NAME
Protected
GC_UNAMEInstance AttributeUser NameLIKE
SYUNAME
Protected
GC_XACC_MODEInstance AttributeAccessibility Mode?LIKE
SAP_BOOL
Protected
GC_XFOX_RUNNINGInstance AttributeIs the FOX analysis running?LIKE
SAP_BOOL
Protected
GC_XSTOP_MONITORInstance AttributeStop FOX analysis?LIKE
SAP_BOOL
Protected
GI_CALL_DYN_DOCInstance AttributeCounter for Calling Dyn. DocumentLIKE
I
Protected
GO_ALVInstance AttributeBasis Class for Simple TablesLIKE
CL_SALV_TABLE
Protected
GO_CONTAINER1Instance AttributeAbstract Container for GUI ControlsLIKE
CL_GUI_CONTAINER
Protected
GO_CONTAINER2Instance AttributeAbstract Container for GUI ControlsLIKE
CL_GUI_CONTAINER
Protected
GO_CONTAINER3Instance AttributeAbstract Container for GUI ControlsLIKE
CL_GUI_CONTAINER
Protected
GO_CONTAINER4Instance AttributeAbstract Container for GUI ControlsLIKE
CL_GUI_CONTAINER
Protected
GO_DD_DOCUMENTInstance AttributeDynamic Documents: DocumentLIKE
CL_DD_DOCUMENT
Protected
GO_SHM_HANDLEInstance AttributeDistribution Factory - FOX MonitorLIKE
/ISDFPS/CL_PM_DIS_SHM_FOX
Protected
GO_SHM_ROOTInstance AttributeSHM - FOX MonitorLIKE
/ISDFPS/CL_PM_DIS_SHM_FOX_ROOT
Protected
GO_SPLITTERInstance AttributeReduced Version of Splitter Container ControlLIKE
CL_GUI_EASY_SPLITTER_CONTAINER
Protected
GO_SPLITTER1Instance AttributeReduced Version of Splitter ControlLIKE
CL_GUI_EASY_SPLITTER_CONTAINER
Protected
GO_TIMERInstance AttributeSAP Timer ControlLIKE
CL_GUI_TIMER
Protected
GT_ALVInstance AttributeALV: Equipment for Force ElementLIKE
TT_ALV
Protected
GT_DATAInstance AttributeGeneric Object Key for FactoryLIKE
FOX_OBJECT_KEY_T
Protected
GT_EXPO_OBJInstance AttributeText Table for Object Types in EXPO LayerLIKE
TT_EXPO_OBJ
Protected




/ISDFPS/CL_FOX_MONITOR types

TS_ALV - FOX Monitor - ALV
TS_EXPO_OBJ - Text Table for Object Types in EXPO Layer
TT_ALV - FOX Monitor - ALV
TT_EXPO_OBJ - Text Table for Object Types in EXPO Layer

Links to Related Class(s)

/ISDFPS/...
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!