SAP ABAP Class CL_VMCADMIN_SYSTEM_INFO (VMC: Overview of System Information)
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 | 20050502 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_VMCADMIN_NAVIGATION_OBJECT | Navigation object which responds to navigation tree events | 20050502 |
Properties
| Class | CL_VMCADMIN_SYSTEM_INFO | |
| Short Description | VMC: Overview of System Information | |
| 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 | 20050502 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_VMCADMIN_SYSTEM_INFO has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_VMCADMIN_NAVCONTEXT | Navigation Tree Properties | 20050502 | ||
| 2 | IF_VMCADMIN_NAVIGATION_OBJECT | Navigation object which responds to navigation tree events | 20050502 |
Friends
Class CL_VMCADMIN_SYSTEM_INFO has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Application container coming from the navigation pattern | 20050502 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_PICTURE | Picture Control for the Banner | 20050502 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | SVMCRT_PROPERTY_INF_TAB | Build Properties Cache | 20050503 | |||
| 4 | Instance attribute | Private | Attribute reference (LIKE) | 20050502 | |||||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Header Container | 20050502 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | BDS_COMPONENTS_TAB | Table with image URIs from the Business Document Services | 20050502 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | T_KERNEL_INFO | Table with Kernel Release Information | 20050503 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_PICTURE | Picture control for the logo | 20050502 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Main viewer container | 20050502 | |||
| 10 | Instance attribute | Private | Attribute reference (LIKE) | 20050503 | |||||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DD_DOCUMENT | Dynamic document for the system info | 20050503 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | SVMCRT_PROPERTY_INF_TAB | Java System properties cache | 20050503 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Adds a new table area to the dynamic html area | 20050503 | |
| 2 | Instance method | Private | Method | Adds an emphasized text to the document (now new line) | 20050503 | |
| 3 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20050502 | |
| 4 | Instance method | Private | Method | Creates all necessary GUI objects | 20050502 | |
| 5 | Instance method | Private | Method | Displays the system info detail | 20050503 | |
| 6 | Instance method | Private | Method | Creates and displays system information into the detail area | 20050503 | |
| 7 | Instance method | Private | Method | 20050502 | ||
| 8 | Instance method | Private | Method | Loads images into the header area | 20050502 | |
| 9 | Instance method | Private | Method | Updates only the changable system properties in detail | 20050503 |
Events
Class CL_VMCADMIN_SYSTEM_INFO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | BDS_COMPONENTS_TAB | Private | See coding | Table Type for Business Document URI Data | 20050502 | bds_components_tab type standard table of component_resource_wa with key comp_id
|
|
| 2 | COMPONENT_RESOURCE_WA | Private | See coding | Resource-Specific Data in Business Document Service Format | 20050502 | begin of component_resource_wa.
include type bapicompon.
types uri type bds_uri.
types end of component_resource_wa
|
|
| 3 | T_KERNEL_INFO | Private | See coding | Table with kernel release information | 20050503 | begin of t_kernel_info,
server_name type msname2,
kern_rel type thllines-thline,
kern_dblib type thllines-thline,
kern_comp_on type thllines-thline,
kern_comp_time type thllines-thline,
kern_patchlevel type thllines-thline,
kern_supportlevel type thllines-thline,
kern_patchnumber type thllines-thline,
kern_sourceid type thllines-thline,
supp_db_sap type standard table of thllines with default key,
supp_db_vendor type standard table of thllines with default key,
supp_op_sys type standard table of thllines with default key,
dbsl_patchlevel type dbsl_patchlevel,
parameters type standard table of t_kernel_parameter with default key,
end of t_kernel_info
|
|
| 4 | T_KERNEL_PARAMETER | Private | See coding | Profile-/ Kernel Parameter Data | 20050504 | begin of t_kernel_parameter,
state type i,
name(60),
user_value(60),
default_value(60),
end of t_kernel_parameter
|
Method Signatures
Method ADD_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CAPTION | Call by reference | Type reference (TYPE) | SDYDO_TEXT_ELEMENT | Table caption | 20050503 | |||
| 2 | NO_COLS | Call by reference | Type reference (TYPE) | INT4 | Number of columns | 20050503 | |||
| 3 | TABLE_AREA | Value transfer | Object reference (TYPE REF TO) | CL_DD_TABLE_AREA | Table area object | 20050503 | |||
| 4 | WIDTH | Call by reference | Type reference (TYPE) | SDYDO_VALUE | Column width in % | 20050503 | |||
| 5 | WITH_HEADING | Call by reference | Type reference (TYPE) | AS4FLAG | Insert heading yes = 'X' | 20050503 |
Method ADD_TABLE on class CL_VMCADMIN_SYSTEM_INFO has no exception.
Method ADD_TEXT_STRONG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COLOR | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Text color | 20050503 | |||
| 2 | TEXT | Call by reference | Type reference (TYPE) | SDYDO_TEXT_ELEMENT | Text to insert | 20050503 |
Method ADD_TEXT_STRONG on class CL_VMCADMIN_SYSTEM_INFO has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_VMCADMIN_SYSTEM_INFO has no parameter.
Method CLASS_CONSTRUCTOR on class CL_VMCADMIN_SYSTEM_INFO has no exception.
Method CREATE_DETAIL_OBJECTS Signature
Method CREATE_DETAIL_OBJECTS on class CL_VMCADMIN_SYSTEM_INFO has no parameter.
Method CREATE_DETAIL_OBJECTS on class CL_VMCADMIN_SYSTEM_INFO has no exception.
Method DISPLAY_SYSTEM_INFO Signature
Method DISPLAY_SYSTEM_INFO on class CL_VMCADMIN_SYSTEM_INFO has no parameter.
Method DISPLAY_SYSTEM_INFO on class CL_VMCADMIN_SYSTEM_INFO has no exception.
Method FILL_SYSTEM_INFO Signature
Method FILL_SYSTEM_INFO on class CL_VMCADMIN_SYSTEM_INFO has no parameter.
Method FILL_SYSTEM_INFO on class CL_VMCADMIN_SYSTEM_INFO has no exception.
Method REFRESH Signature
Method REFRESH on class CL_VMCADMIN_SYSTEM_INFO has no parameter.
Method REFRESH on class CL_VMCADMIN_SYSTEM_INFO has no exception.
Method SETUP_HEADER Signature
Method SETUP_HEADER on class CL_VMCADMIN_SYSTEM_INFO has no parameter.
Method SETUP_HEADER on class CL_VMCADMIN_SYSTEM_INFO has no exception.
Method UPDATE_SYSTEM_INFO Signature
Method UPDATE_SYSTEM_INFO on class CL_VMCADMIN_SYSTEM_INFO has no parameter.
Method UPDATE_SYSTEM_INFO on class CL_VMCADMIN_SYSTEM_INFO has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |