SAP ABAP Class CL_SCSM_VIEWCTL (View Control for Consistency Check)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-MON (Application Component) Monitoring
⤷
SCSM_CEN_CONFIG (Package) CCMS Consistency Check
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SCSM_CHECK_GUI_FUNCTIONS | GUI Function Codes | 20090824 |
Properties
| Class | CL_SCSM_VIEWCTL | |
| Short Description | View Control for Consistency Check | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SCSM_CEN_CONFIG | CCMS Consistency Check |
| Created | 20080722 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SCSM_CHECK_GUI_FUNCTIONS | GUI Function Codes | 20090824 |
Friends
Class CL_SCSM_VIEWCTL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SALV_TABLE | 20080723 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20081216 | ||||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_HTML_VIEWER | SAP TextEdit Control | 20090114 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | I | 0 | Log View Mode 0 = Display all 1 = Object-specific | 20080902 | ||
| 5 | Instance attribute | Protected | Type reference (TYPE) | SYUCOMM_T | Table for Function Codes | 20090824 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | I | 20080805 | ||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | I | 20080805 | ||||
| 8 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SCSM_TREENODE_BASE | Tree Node Base Class | 20080812 | |||
| 9 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SIMPLE_TREE_MODEL | Simple Tree Control with Data Management at the Backend | 20080723 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | TREEMSNOTA | 20080723 | ||||
| 11 | Instance attribute | Protected | Type reference (TYPE) | SCSM_TREEOBJS_TT | Check Objects Table Type | 20080723 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20080805 | ||
| 2 | Instance method | Public | Method | Inserts a root node and builds the subtree | 20080805 | |
| 3 | Instance method | Public | Method | Execute the auto-healing function | 20080812 | |
| 4 | Instance method | Private | Method | Checks check object for implemented functions | 20090824 | |
| 5 | Instance method | Public | Constructor | CONSTRUCTOR | 20080722 | |
| 6 | Instance method | Public | Method | Explicitly executes the check again | 20080818 | |
| 7 | Instance method | Public | Method | Creates the tree in GUI control | 20080805 | |
| 8 | Instance method | Public | Method | Returns function code to be excluded | 20090824 | |
| 9 | Instance method | Public | Method | Returns the log view mode | 20080902 | |
| 10 | Instance method | Public | Method | Returns the selected tree node | 20080902 | |
| 11 | Instance method | Public | Method | Returns a list of tree objects | 20080827 | |
| 12 | Instance method | Private | Method | Loads the results list for the check object | 20080811 | |
| 13 | Instance method | Private | Method | Loads the documentation | 20080806 | |
| 14 | Instance method | Private | Method | Creates the tree from a root | 20080805 | |
| 15 | Instance method | Protected | Event handling method | 20081006 | ||
| 16 | Instance method | Public | Event handling method | 20080723 | ||
| 17 | Instance method | Public | Method | Performs all checks again and updates the tree | 20080812 | |
| 18 | Instance method | Public | Method | Switches between object-specific/global log display | 20080902 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | CHECK_FINISHED | Instance Event (0) |
Public (2) |
Consistency check completed | 20080911 |
Types
Class CL_SCSM_VIEWCTL has no local type.
Method Signatures
Method ADD_TREENODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_FOLDER | Value transfer | Type reference (TYPE) | ABAP_BOOL | Flag (X oder Blank) | 20080805 | |||
| 2 | IS_ROOT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080805 | ||||
| 3 | NODE_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_SCSM_TREENODE_BASE | Basisklasse Knoten von Baum | 20080805 | |||
| 4 | PARENTKEY | Value transfer | Type reference (TYPE) | I | 20080805 |
Method ADD_TREENODE on class CL_SCSM_VIEWCTL has no exception.
Method ADD_TREEROOT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_SCSM_TREENODE_BASE | Basisklasse Knoten von Baum | 20080805 |
Method ADD_TREEROOT on class CL_SCSM_VIEWCTL has no exception.
Method AUTOHEALING Signature
Method AUTOHEALING on class CL_SCSM_VIEWCTL has no parameter.
Method AUTOHEALING on class CL_SCSM_VIEWCTL has no exception.
Method CHECK_FUNCTIONS Signature
Method CHECK_FUNCTIONS on class CL_SCSM_VIEWCTL has no parameter.
Method CHECK_FUNCTIONS on class CL_SCSM_VIEWCTL has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALVCTL | Call by reference | Object reference (TYPE REF TO) | CL_SALV_TABLE | 20080722 | ||||
| 2 | BATCHMODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081205 | ||||
| 3 | HELPCTL | Call by reference | Object reference (TYPE REF TO) | CL_GUI_HTML_VIEWER | SAP HTML control | 20090114 | |||
| 4 | TREECTL | Call by reference | Object reference (TYPE REF TO) | CL_SIMPLE_TREE_MODEL | Simple Tree Control mit Datenhaltung am Backend | 20080722 |
Method CONSTRUCTOR on class CL_SCSM_VIEWCTL has no exception.
Method EXECUTE Signature
Method EXECUTE on class CL_SCSM_VIEWCTL has no parameter.
Method EXECUTE on class CL_SCSM_VIEWCTL has no exception.
Method GENERATE_TREE Signature
Method GENERATE_TREE on class CL_SCSM_VIEWCTL has no parameter.
Method GENERATE_TREE on class CL_SCSM_VIEWCTL has no exception.
Method GET_FUNCTIONS_TOEXCLUDE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_FUNCTIONS | Value transfer | Type reference (TYPE) | SYUCOMM_T | Tabelle für FCODES | 20090824 |
Method GET_FUNCTIONS_TOEXCLUDE on class CL_SCSM_VIEWCTL has no exception.
Method GET_LOGVIEWMODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RET_LOGMODE | Value transfer | Attribute reference (LIKE) | IF_SCSM_LOGVIEWMODE=>LOGVIEW_MODE | 0 = alles , 1 = objektspezifisch | 20080902 |
Method GET_LOGVIEWMODE on class CL_SCSM_VIEWCTL has no exception.
Method GET_SELECTED_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RET_TREENODE | Value transfer | Object reference (TYPE REF TO) | CL_SCSM_TREENODE_BASE | Basisklasse Knoten von Baum | 20080902 |
Method GET_SELECTED_NODE on class CL_SCSM_VIEWCTL has no exception.
Method GET_TREEOBJS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RET_OBJS | Value transfer | Type reference (TYPE) | SCSM_TREEOBJS_TT | Treeobjekte | 20080827 |
Method GET_TREEOBJS on class CL_SCSM_VIEWCTL has no exception.
Method LOAD_DETLIST Signature
Method LOAD_DETLIST on class CL_SCSM_VIEWCTL has no parameter.
Method LOAD_DETLIST on class CL_SCSM_VIEWCTL has no exception.
Method LOAD_DOCU Signature
Method LOAD_DOCU on class CL_SCSM_VIEWCTL has no parameter.
Method LOAD_DOCU on class CL_SCSM_VIEWCTL has no exception.
Method MAKE_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ROOT | Value transfer | Type reference (TYPE) | C | 20080805 | ||||
| 2 | NODE_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_SCSM_TREENODE_BASE | Basisklasse Knoten von Baum | 20080805 | |||
| 3 | PARENTKEY | Value transfer | Type reference (TYPE) | I | 20080805 |
Method MAKE_TREE on class CL_SCSM_VIEWCTL has no exception.
Method ON_CHECKSTAT_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECK_OBJECT | Value transfer | Attribute reference (LIKE) | 20081006 | |||||
| 2 | TREE_OBJECT | Value transfer | Attribute reference (LIKE) | 20081006 |
Method ON_CHECKSTAT_CHANGE on class CL_SCSM_VIEWCTL has no exception.
Method ON_SELECTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20080723 |
Method ON_SELECTED on class CL_SCSM_VIEWCTL has no exception.
Method REFRESH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INP_REFRESH_ALL | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080812 |
Method REFRESH on class CL_SCSM_VIEWCTL has no exception.
Method SWITCH_LOGVIEWMODE Signature
Method SWITCH_LOGVIEWMODE on class CL_SCSM_VIEWCTL has no parameter.
Method SWITCH_LOGVIEWMODE on class CL_SCSM_VIEWCTL has no exception.
Event Signatures
Event CHECK_FINISHED Signature
Event CHECK_FINISHED on class CL_SCSM_VIEWCTL has no parameter.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |