SAP ABAP Class CL_VMCADMIN_LOGGING_CONFIG (VMC: Binds the VMC Log Viewer to the VMC Admin Transaction)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-VMC (Application Component) Virtual Machine Container
     SVMCRT_ADMIN (Package) VMC Administration and Monitoring
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_VMCADMIN_NAVCONTEXT Navigation Tree Properties 20050510
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_VMCADMIN_NAVIGATION_OBJECT Navigation object which responds to navigation tree events 20050510
Properties
Class CL_VMCADMIN_LOGGING_CONFIG  
Short Description VMC: Binds the VMC Log Viewer to the VMC Admin Transaction    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class VMC_ADMIN    
Program status P  SAP Standard Production Program 
Category 0   
Package SVMCRT_ADMIN   VMC Administration and Monitoring 
Created 20050510   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_VMCADMIN_LOGGING_CONFIG has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_VMCADMIN_NAVCONTEXT Navigation Tree Properties 20050510
2 IF_VMCADMIN_NAVIGATION_OBJECT Navigation object which responds to navigation tree events 20050510
Friends
Class CL_VMCADMIN_LOGGING_CONFIG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DETAIL_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Detail container which is submitted by the application 20050510
2 EXPANDED_NODES Instance attribute Private Type reference (TYPE) STRINGTAB List of Expanded Nodes 20050823
3 FCODE_REFRESH Instance attribute Private Attribute reference (LIKE) 20050510
4 HIERARCHY_HEADER Instance attribute Private Type reference (TYPE) TREEV_HHDR Tree Control: Attributes of the Hierarchy Header 20050822
5 INPUT_FIELD Instance attribute Private Object reference (TYPE REF TO) CL_DD_INPUT_ELEMENT Input field for the log name 20050825
6 LOGS_SEVERITIES_TABLE Instance attribute Private Type reference (TYPE) SVMCRT_LOGADMIN_NITAB Nodes Items Table for Logging Admin GUI 20050822
7 MAIN_TREE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_COLUMN_TREE Column Tree Control 20050822
8 RC_ABEND Instance attribute Private Attribute reference (LIKE) 20050510
9 RC_ERROR Instance attribute Private Attribute reference (LIKE) 20050510
10 RC_OK Instance attribute Private Attribute reference (LIKE) 20050510
11 RC_WARNING Instance attribute Private Attribute reference (LIKE) 20050510
12 SEVERITY_DROP_DOWN Instance attribute Private Object reference (TYPE REF TO) CL_DD_SELECT_ELEMENT Drop-Down for the Severity Selection 20050825
13 SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter Control 20050818
14 TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar for the Tree 20050824
15 TOP_DDOC Instance attribute Private Object reference (TYPE REF TO) CL_DD_DOCUMENT Dynamic Documents: Document 20050818
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_HIERARCHY_HEADER Instance method Private Method Tree Hierarchy Header Properties 20050822
2 BUTTON_PRESSED Instance method Private Event handling method Handler for Buttons in the Dynamic Document 20050824
3 CREATE_DDOC_FORM Instance method Private Method Creates and Initializes the Dynamic Document Form 20050824
4 CREATE_DETAIL_OBJECTS Instance method Private Method Creates all the necessary GUI control objects 20050822
5 HANDLE_SELECTION Instance method Private Event handling method Handler for SELECTION_CHANGED of Tree Control 20050825
6 HANDLE_TOOLBAR Instance method Private Event handling method A toolbar button has been pressed 20050825
7 INIT_TOOLBAR Instance method Private Method Creates and initializes the toolbar for the tree 20050824
8 INIT_TREE Instance method Private Method Creates and initializes the toolbar for the tree 20050825
9 REFRESH Instance method Private Method 20050510
10 RELOAD_TREE Instance method Private Method Reloads the logs severity tree from Java 20050822
11 RESTORE_EXPANDED_NODES Instance method Private Method Expands all nodes before a refresh 20050823
12 SET_AND_RELOAD Instance method Private Method Reloads the logs severity tree from Java 20050825
13 STORE_EXPANDED_NODES Instance method Private Method Saves all the expanded nodes before a refresh 20050823
14 UPDATE_MAIN_TREE Instance method Private Method Updates the main tree view from the nodes items table 20050822
Events
Class CL_VMCADMIN_LOGGING_CONFIG has no event.
Types
Class CL_VMCADMIN_LOGGING_CONFIG has no local type.
Method Signatures

Method BUILD_HIERARCHY_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing HEADER Call by reference Type reference (TYPE) TREEV_HHDR Tree Control: Eigenschaften des Hierarchie Headers 20050822

Method BUILD_HIERARCHY_HEADER on class CL_VMCADMIN_LOGGING_CONFIG has no exception.

Method BUTTON_PRESSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20050824

Method BUTTON_PRESSED on class CL_VMCADMIN_LOGGING_CONFIG has no exception.

Method CREATE_DDOC_FORM Signature

Method CREATE_DDOC_FORM on class CL_VMCADMIN_LOGGING_CONFIG has no parameter.
Method CREATE_DDOC_FORM on class CL_VMCADMIN_LOGGING_CONFIG has no exception.

Method CREATE_DETAIL_OBJECTS Signature

Method CREATE_DETAIL_OBJECTS on class CL_VMCADMIN_LOGGING_CONFIG has no parameter.
Method CREATE_DETAIL_OBJECTS on class CL_VMCADMIN_LOGGING_CONFIG has no exception.

Method HANDLE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20050825

Method HANDLE_SELECTION on class CL_VMCADMIN_LOGGING_CONFIG has no exception.

Method HANDLE_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Attribute reference (LIKE) 20050825

Method HANDLE_TOOLBAR on class CL_VMCADMIN_LOGGING_CONFIG has no exception.

Method INIT_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER 20050824

Method INIT_TOOLBAR on class CL_VMCADMIN_LOGGING_CONFIG has no exception.

Method INIT_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER 20050825

Method INIT_TREE on class CL_VMCADMIN_LOGGING_CONFIG has no exception.

Method REFRESH Signature

Method REFRESH on class CL_VMCADMIN_LOGGING_CONFIG has no parameter.
Method REFRESH on class CL_VMCADMIN_LOGGING_CONFIG has no exception.

Method RELOAD_TREE Signature

Method RELOAD_TREE on class CL_VMCADMIN_LOGGING_CONFIG has no parameter.
Method RELOAD_TREE on class CL_VMCADMIN_LOGGING_CONFIG has no exception.

Method RESTORE_EXPANDED_NODES Signature

Method RESTORE_EXPANDED_NODES on class CL_VMCADMIN_LOGGING_CONFIG has no parameter.
Method RESTORE_EXPANDED_NODES on class CL_VMCADMIN_LOGGING_CONFIG has no exception.

Method SET_AND_RELOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) CHAR1 Funktionscode ('S'et, 'R'eset) 20050825
2 Importing LOGNAME Call by reference Type reference (TYPE) STRING Name des zu ändernden Log-Controllers 20050825
3 Importing SEVERITY Call by reference Type reference (TYPE) SVMCRT_LGV_SEVERITY Neue Severity-Einstellung 20050825

Method SET_AND_RELOAD on class CL_VMCADMIN_LOGGING_CONFIG has no exception.

Method STORE_EXPANDED_NODES Signature

Method STORE_EXPANDED_NODES on class CL_VMCADMIN_LOGGING_CONFIG has no parameter.
Method STORE_EXPANDED_NODES on class CL_VMCADMIN_LOGGING_CONFIG has no exception.

Method UPDATE_MAIN_TREE Signature

Method UPDATE_MAIN_TREE on class CL_VMCADMIN_LOGGING_CONFIG has no parameter.
Method UPDATE_MAIN_TREE on class CL_VMCADMIN_LOGGING_CONFIG has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710