SAP ABAP Class IF_VMCADMIN_TABSTRIP_VIEW (Tabstrip Detail View Pattern for VMC Admin Plugins)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_CACHE_CONF Cache 20051122
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMCADMIN_CACHE_INFO Cache 20051124
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMC_JARM_OVERVIEW JARM Data 20051125
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMC_JIT_BAD_METHODS Monitoring for "Bad Methods" of VMC JIT 20051128
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VMC_JIT_CODE_CACHE Monitoring for the Code Cache of the VMC JIT 20051124
Properties
Class IF_VMCADMIN_TABSTRIP_VIEW  
Short Description Tabstrip Detail View Pattern for VMC Admin Plugins    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20051122   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_VMCADMIN_TABSTRIP_VIEW has no forward declaration.
Interfaces
Class IF_VMCADMIN_TABSTRIP_VIEW has no interface implemented.
Friends
Class IF_VMCADMIN_TABSTRIP_VIEW has no friend class.
Attributes
Class IF_VMCADMIN_TABSTRIP_VIEW has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_ACTIVE_VIEW Instance method Public Method Returns the function code of the active detail view 20051123
2 GET_DEFAULT_VIEW_CODE Instance method Public Method Determines function code of the default view (active tab) 20051122
3 GET_DETAIL_VIEWS Instance method Public Method Fills the table with detail view definitions (tab strip) 20051122
4 SET_ACTIVE_VIEW Instance method Public Method Sets the active view in the tab strip 20051123
Events
Class IF_VMCADMIN_TABSTRIP_VIEW has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_DETAIL_VIEW_ENTRY Public See coding Definition Structure of Tabstrip Detail View 20051122 begin of t_detail_view_entry, position type i, "left most position is 1 caption type string, icon type iconname, quickinfo type iconquick, fcode type syucomm, end of t_detail_view_entry
2 T_DETAIL_VIEW_TAB Public See coding Table with Detail View Definitions for Tabstrip Layout 20051122 t_detail_view_tab type sorted table of t_detail_view_entry with unique key position
Method Signatures

Method GET_ACTIVE_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACTIVE_VIEW Value transfer Type reference (TYPE) SYUCOMM Funktionscode der aktiven Detailsicht 20051123

Method GET_ACTIVE_VIEW on class IF_VMCADMIN_TABSTRIP_VIEW has no exception.

Method GET_DEFAULT_VIEW_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DEFAULT_VIEW Value transfer Type reference (TYPE) SYUCOMM Funktionscode der Default-Sicht 20051122

Method GET_DEFAULT_VIEW_CODE on class IF_VMCADMIN_TABSTRIP_VIEW has no exception.

Method GET_DETAIL_VIEWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DETAIL_VIEW_DEFINITIONS Value transfer Type reference (TYPE) T_DETAIL_VIEW_TAB Tabelle mit Detailsichtdefinitionen für Tabstrip-Layout 20051122

Method GET_DETAIL_VIEWS on class IF_VMCADMIN_TABSTRIP_VIEW has no exception.

Method SET_ACTIVE_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVE_VIEW Call by reference Type reference (TYPE) SYUCOMM Aktivierungsfunktionscode aus den Detailsichtdefinitionen 20051123

Method SET_ACTIVE_VIEW on class IF_VMCADMIN_TABSTRIP_VIEW has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in