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 Name | Description | Visability |
| ALV_CREATE | ALV: Generate ALV | Protected |
| CALL METHOD /isdfps/cl_fox_monitor=>ALV_CREATE...more details | ||
| ALV_FCODE_HANDLING | ALV: FCODE Control | Protected |
| CALL METHOD /isdfps/cl_fox_monitor=>ALV_FCODE_HANDLING...more details | ||
| ALV_GET_SELECTION | ALV: Determine Selected ALV Row/Column | Protected |
| CALL METHOD /isdfps/cl_fox_monitor=>ALV_GET_SELECTION...more details | ||
| ALV_GET_SELECTIONS | ALV: Determine Selected ALV Rows/Columns | Protected |
| CALL METHOD /isdfps/cl_fox_monitor=>ALV_GET_SELECTIONS...more details | ||
| ALV_LOAD_DATA | ALV: Retrieve Data | Protected |
| CALL METHOD /isdfps/cl_fox_monitor=>ALV_LOAD_DATA...more details | ||
| ALV_ON_LINK_CLICK | ALV: Event Handler 'ON_LINK_CLICK' | Protected |
| CALL METHOD /isdfps/cl_fox_monitor=>ALV_ON_LINK_CLICK...more details | ||
|
| ||
| ALV_ON_USER_COMMAND | ALV: Event Handler 'ON_USER_COMMAND' | Protected |
| CALL METHOD /isdfps/cl_fox_monitor=>ALV_ON_USER_COMMAND...more details | ||
| ALV_REFRESH | ALV: Update Output | Protected |
| CALL METHOD /isdfps/cl_fox_monitor=>ALV_REFRESH...more details | ||
| ALV_SET_AGGREGATION | ALV: Set Totals Fields | Protected |
| CALL METHOD /isdfps/cl_fox_monitor=>ALV_SET_AGGREGATION...more details | ||
| ALV_SET_COLUMNS | ALV: Define Columns | Protected |
| CALL METHOD /isdfps/cl_fox_monitor=>ALV_SET_COLUMNS...more details | ||
| ALV_SET_FILTER | ALV: Set Filter | Protected |
| CALL METHOD /isdfps/cl_fox_monitor=>ALV_SET_FILTER...more details | ||
| ALV_SET_REGISTER_EVENTS | ALV: Register Event Handler | Protected |
| CALL METHOD /isdfps/cl_fox_monitor=>ALV_SET_REGISTER_EVENTS...more details | ||
| ALV_SET_SETTINGS | ALV: Define Settings | Protected |
| CALL METHOD /isdfps/cl_fox_monitor=>ALV_SET_SETTINGS...more details | ||
| ALV_SET_SORT_FIELDS | ALV: Define Sort Fields | Protected |
| CALL METHOD /isdfps/cl_fox_monitor=>ALV_SET_SORT_FIELDS...more details | ||
| ALV_SET_TOOLBAR | ALV: Define Toolbar | Protected |
| CALL METHOD /isdfps/cl_fox_monitor=>ALV_SET_TOOLBAR...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /isdfps/cl_fox_monitor=>CONSTRUCTOR...more details | ||
| DD_SHOW_HEADER | Dynamic Document: Output Header Data | Protected |
| CALL METHOD /isdfps/cl_fox_monitor=>DD_SHOW_HEADER...more details | ||
| TIMER_INITIALIZE | Time: Initialize Automatic Timer | Protected |
| CALL METHOD /isdfps/cl_fox_monitor=>TIMER_INITIALIZE...more details | ||
| TIMER_REFRESH | Timer: Update Automatic Timer | Protected |
| CALL METHOD /isdfps/cl_fox_monitor=>TIMER_REFRESH...more details | ||
| UI_DISPLAY | UI: Display ALV | Public |
| CALL METHOD /isdfps/cl_fox_monitor=>UI_DISPLAY...more details | ||
| UI_FREE | UI: Release Resources | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_SHM_INSTANCE | Instance Attribute | Name of a Shared Object Instance in an Area | LIKE SHM_INST_NAME | Protected | |
| GC_UNAME | Instance Attribute | User Name | LIKE SYUNAME | Protected | |
| GC_XACC_MODE | Instance Attribute | Accessibility Mode? | LIKE SAP_BOOL | Protected | |
| GC_XFOX_RUNNING | Instance Attribute | Is the FOX analysis running? | LIKE SAP_BOOL | Protected | |
| GC_XSTOP_MONITOR | Instance Attribute | Stop FOX analysis? | LIKE SAP_BOOL | Protected | |
| GI_CALL_DYN_DOC | Instance Attribute | Counter for Calling Dyn. Document | LIKE I | Protected | |
| GO_ALV | Instance Attribute | Basis Class for Simple Tables | LIKE CL_SALV_TABLE | Protected | |
| GO_CONTAINER1 | Instance Attribute | Abstract Container for GUI Controls | LIKE CL_GUI_CONTAINER | Protected | |
| GO_CONTAINER2 | Instance Attribute | Abstract Container for GUI Controls | LIKE CL_GUI_CONTAINER | Protected | |
| GO_CONTAINER3 | Instance Attribute | Abstract Container for GUI Controls | LIKE CL_GUI_CONTAINER | Protected | |
| GO_CONTAINER4 | Instance Attribute | Abstract Container for GUI Controls | LIKE CL_GUI_CONTAINER | Protected | |
| GO_DD_DOCUMENT | Instance Attribute | Dynamic Documents: Document | LIKE CL_DD_DOCUMENT | Protected | |
| GO_SHM_HANDLE | Instance Attribute | Distribution Factory - FOX Monitor | LIKE /ISDFPS/CL_PM_DIS_SHM_FOX | Protected | |
| GO_SHM_ROOT | Instance Attribute | SHM - FOX Monitor | LIKE /ISDFPS/CL_PM_DIS_SHM_FOX_ROOT | Protected | |
| GO_SPLITTER | Instance Attribute | Reduced Version of Splitter Container Control | LIKE CL_GUI_EASY_SPLITTER_CONTAINER | Protected | |
| GO_SPLITTER1 | Instance Attribute | Reduced Version of Splitter Control | LIKE CL_GUI_EASY_SPLITTER_CONTAINER | Protected | |
| GO_TIMER | Instance Attribute | SAP Timer Control | LIKE CL_GUI_TIMER | Protected | |
| GT_ALV | Instance Attribute | ALV: Equipment for Force Element | LIKE TT_ALV | Protected | |
| GT_DATA | Instance Attribute | Generic Object Key for Factory | LIKE FOX_OBJECT_KEY_T | Protected | |
| GT_EXPO_OBJ | Instance Attribute | Text Table for Object Types in EXPO Layer | LIKE TT_EXPO_OBJ | Protected |
/ISDFPS/CL_FOX_MONITOR types
TS_ALV - FOX Monitor - ALVTS_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