SAP ABAP Interface IF_VMCADMIN_NAVIGATION_OBJECT (Navigation object which responds to navigation tree events)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-VMC (Application Component) Virtual Machine Container
     SVMCRT_ADMIN (Package) VMC Administration and Monitoring
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_SESSIONS_INFO Session Monitoring Information 20050406
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMC_JIT_BASE Base Class for JIT Monitoring Classes of SM53 20051129
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMC_JARM_OVERVIEW JARM Data 20050323
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMC_JARM_CONFIG JARM Configuration 20050331
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_SYSTEM_INFO VMC: Overview of System Information 20050502
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_SHREFS_INFO Shows Shared Referents 20060214
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_SHLOCKS_INFO VMC Shared Locks List 20050411
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_SHCL_INFO Maintains shared closure monitoring information 20050320
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_SHCLASS_INFO VMC: Shared Class Pool Content Viewer 20050426
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_APP_INFO Application 20050420
... Click here to see Used By full list (18 items)
Properties
Interface IF_VMCADMIN_NAVIGATION_OBJECT  
Short Description Navigation object which responds to navigation tree events    
General Data
Package SVMCRT_ADMIN   VMC Administration and Monitoring 
Created 20050314   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_VMCADMIN_NAVIGATION_OBJECT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_VMCADMIN_NAVCONTEXT Navigation Tree Properties 20050322
Friends
Interface IF_VMCADMIN_NAVIGATION_OBJECT has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FCODE_REFRESH Instance attribute Public Attribute reference (LIKE) 20050322
2 PATTERN_SINGLE_FRAME Constant Public Type reference (TYPE) INT4 100 Detail Screen Layout with Single Frame 20051115
3 PATTERN_TABSTRIP Constant Public Type reference (TYPE) INT4 101 Detail Screen Layout with Tabstrips 20051122
4 RC_ABEND Constant Public Type reference (TYPE) SYSUBRC 3 Fatal termination 20050330
5 RC_CANCEL Constant Public Type reference (TYPE) SYSUBRC -1 Action Canceled 20050504
6 RC_ERROR Constant Public Type reference (TYPE) SYSUBRC 2 Execution terminated with an error 20050330
7 RC_OK Constant Public Type reference (TYPE) SYSUBRC 0 Return Code for Success 20050330
8 RC_WARNING Constant Public Type reference (TYPE) SYSUBRC 1 At least one warning occured during execution 20050330
Methods
# Method Level Visibility Method type Description Created on
1 GET_ADDITIONAL_NAV_CONTEXT Instance method Public Method Defines additional application-specific navigation context 20050320
2 GET_CONTAINER Instance method Public Method Returns the GUI container set before 20050320
3 GET_GUI_CONTROL Instance method Public Method Returns the direct child of the application container 20050320
4 GET_PATTERN Instance method Public Method Returns the requested layout pattern of the detail screen 20051115
5 HANDLE_CONTEXT_MENU_SELECT Instance method Public Method Processes separate navigation context items 20050320
6 IS_CONTEXT_CACHEABLE Instance method Public Method 20050323
7 REFRESH Instance method Public Method 20050322
8 SET_CONTAINER Instance method Public Method Links internal GUI model to the application container 20050320
Events
Interface IF_VMCADMIN_NAVIGATION_OBJECT has no event.
Types
Interface IF_VMCADMIN_NAVIGATION_OBJECT has no local type.
Method Signatures

Method GET_ADDITIONAL_NAV_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NAV_CONTEXT_MENU Value transfer Type reference (TYPE) SVMCRT_ADMIN_NAVCONTEXT_TAB Specific context menu to show up in the navigation tree 20050320

Method GET_ADDITIONAL_NAV_CONTEXT on Interface IF_VMCADMIN_NAVIGATION_OBJECT has no exception.

Method GET_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTAINER Value transfer Object reference (TYPE REF TO) CL_GUI_CONTAINER Parent application container 20050320

Method GET_CONTAINER on Interface IF_VMCADMIN_NAVIGATION_OBJECT has no exception.

Method GET_GUI_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_GUI_CONTROL The own control object which sticks to the application cont. 20050320
# Exception Resumable Description Created on
1 NOT_INITIALIZED The internal model has not yet been initialized 20050320

Method GET_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PATTERN Value transfer Type reference (TYPE) INTEGER Gewünschtes Screen Layout 20051122

Method GET_PATTERN on Interface IF_VMCADMIN_NAVIGATION_OBJECT has no exception.

Method HANDLE_CONTEXT_MENU_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Type reference (TYPE) SYUCOMM Context item function code 20050320
# Exception Resumable Description Created on
1 NOT_INITIALIZED The internal model is not yet initialized 20050320

Method IS_CONTEXT_CACHEABLE Signature

Method IS_CONTEXT_CACHEABLE on Interface IF_VMCADMIN_NAVIGATION_OBJECT has no parameter.
Method IS_CONTEXT_CACHEABLE on Interface IF_VMCADMIN_NAVIGATION_OBJECT has no exception.

Method REFRESH Signature

Method REFRESH on Interface IF_VMCADMIN_NAVIGATION_OBJECT has no parameter.
Method REFRESH on Interface IF_VMCADMIN_NAVIGATION_OBJECT has no exception.

Method SET_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTAINER Value transfer Object reference (TYPE REF TO) CL_GUI_CONTAINER Application container to link to 20050320
# Exception Resumable Description Created on
1 INITIALIZATION_FAILED Model initialization failed. Detail data would not be avail. 20050320
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_SESSIONS_INFO Session Monitoring Information 20050406
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMC_JIT_BASE Base Class for JIT Monitoring Classes of SM53 20051129
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMC_JARM_OVERVIEW JARM Data 20050323
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMC_JARM_CONFIG JARM Configuration 20050331
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_SYSTEM_INFO VMC: Overview of System Information 20050502
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_SHREFS_INFO Shows Shared Referents 20060214
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_SHLOCKS_INFO VMC Shared Locks List 20050411
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_SHCL_INFO Maintains shared closure monitoring information 20050320
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_SHCLASS_INFO VMC: Shared Class Pool Content Viewer 20050426
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_APP_INFO Application 20050420
11 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_SAT_DATA SAT Monitoring Information 20060327
12 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_SAT_CFG SAT Configuration Information 20060323
13 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_PROFILING_WRAPPER VMC: Binds the VMC Profiling UI to the VMC Admin Transaction 20061030
14 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_LOGVIEWER_WRAPPER VMC: Binds the VMC Log Viewer to the VMC Admin Transaction 20050425
15 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_LOGGING_CONFIG_OLD VMC: Binds the VMC Log Viewer to the VMC Admin Transaction 20050818
16 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_LOGGING_CONFIG VMC: Binds the VMC Log Viewer to the VMC Admin Transaction 20050510
17 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_CACHE_INFO Cache 20050408
18 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_CACHE_CONF Cache 20050520
History
Last changed by/on SAP  20130531 
SAP Release Created in 710