SAP ABAP Interface IF_VMCADMIN_TABSTRIP_VIEW (Tabstrip Detail View Pattern for VMC Admin Plugins)
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_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
| Interface | IF_VMCADMIN_TABSTRIP_VIEW | |
| Short Description | Tabstrip Detail View Pattern for VMC Admin Plugins |
General Data
| Package | SVMCRT_ADMIN | VMC Administration and Monitoring |
| Created | 20051122 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_VMCADMIN_TABSTRIP_VIEW has no forward declaration.
Interfaces
Interface IF_VMCADMIN_TABSTRIP_VIEW has no interface.
Friends
Interface IF_VMCADMIN_TABSTRIP_VIEW has no friend.
Attributes
Interface IF_VMCADMIN_TABSTRIP_VIEW has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns the function code of the active detail view | 20051123 | |
| 2 | Instance method | Public | Method | Determines function code of the default view (active tab) | 20051122 | |
| 3 | Instance method | Public | Method | Fills the table with detail view definitions (tab strip) | 20051122 | |
| 4 | Instance method | Public | Method | Sets the active view in the tab strip | 20051123 |
Events
Interface 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 | ACTIVE_VIEW | Value transfer | Type reference (TYPE) | SYUCOMM | Funktionscode der aktiven Detailsicht | 20051123 |
Method GET_ACTIVE_VIEW on Interface 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 | DEFAULT_VIEW | Value transfer | Type reference (TYPE) | SYUCOMM | Funktionscode der Default-Sicht | 20051122 |
Method GET_DEFAULT_VIEW_CODE on Interface 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 | 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 Interface 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 | ACTIVE_VIEW | Call by reference | Type reference (TYPE) | SYUCOMM | Aktivierungsfunktionscode aus den Detailsichtdefinitionen | 20051123 |
Method SET_ACTIVE_VIEW on Interface IF_VMCADMIN_TABSTRIP_VIEW has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |