SAP ABAP Class CL_SYSTEM_INFO (Information About the System)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CST (Application Component) Client/Server Technology
⤷
SSI (Package) Server Infrastructure

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERVER_STATES | Possible runtime states of an application server | 20100427 |
Properties
Class | CL_SYSTEM_INFO | |
Short Description | Information About the System | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | S | System Program |
Category | 0 | |
Package | SSI | Server Infrastructure |
Created | 20100203 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SERVER_STATES | Possible runtime states of an application server | 20100427 |
Friends
Class CL_SYSTEM_INFO has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | SSI_BOOL | '1' | Boolean Value | 20110318 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Check worker configuration | 20110317 |
2 | ![]() |
Static method | Public | Method | Return a reference to an info object for a server | 20100427 |
3 | ![]() |
Static method | Public | Method | Return the list of applications servers in the system | 20100427 |
4 | ![]() |
Static method | Public | Method | Get server with largest patch number | 20110608 |
5 | ![]() |
Static method | Public | Method | Get server with smallest patch number | 20110608 |
6 | ![]() |
Static method | Public | Method | Return all sessions of this system | 20100804 |
7 | ![]() |
Static method | Public | Method | Set worker configuration for all servers | 20110315 |
Events
Class CL_SYSTEM_INFO has no event.
Types
Class CL_SYSTEM_INFO has no local type.
Method Signatures
Method CHECK_WORKER_CONF Signature
Method CHECK_WORKER_CONF on class CL_SYSTEM_INFO has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
different worker configuration detected | 20110317 | |
2 | ![]() |
Internal error of the ssi package | 20110317 | |
3 | ![]() |
no authority for this action | 20120112 |
Method GET_SERVER_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SERVER_INFO | Value transfer | Object reference (TYPE REF TO) | CL_SERVER_INFO | Server related information | 20100427 | ||
2 | ![]() |
SERVER_NAME | Call by reference | Type reference (TYPE) | SSI_SERVERNAME | Name des Applikations-Servers | 20100427 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
no authority for this action | 20120112 |
Method GET_SERVER_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ONLY_ACTIVE_SERVER | Value transfer | Type reference (TYPE) | I | 1 | return only active server | 20100623 | |
2 | ![]() |
SERVER_LIST | Value transfer | Type reference (TYPE) | SSI_SERVER_LIST | Liste aller Applikations-Server | 20100427 |
Method GET_SERVER_LIST on class CL_SYSTEM_INFO has no exception.
Method GET_SERVER_WITH_MAX_PATCH_NO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SERVER_NAME | Value transfer | Type reference (TYPE) | SSI_SERVERNAME | Server-Name | 20110609 |
Method GET_SERVER_WITH_MAX_PATCH_NO on class CL_SYSTEM_INFO has no exception.
Method GET_SERVER_WITH_MIN_PATCH_NO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SERVER_NAME | Value transfer | Type reference (TYPE) | SSI_SERVERNAME | Server-Name | 20110609 |
Method GET_SERVER_WITH_MIN_PATCH_NO on class CL_SYSTEM_INFO has no exception.
Method GET_SESSION_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SESSION_LIST | Value transfer | Type reference (TYPE) | SSI_SESSION_LIST | Liste aller Sessions | 20100804 | ||
2 | ![]() |
TENANT | Call by reference | Type reference (TYPE) | SSI_TENANT_ID | '' | Name des Tenants | 20100804 | |
3 | ![]() |
WITH_APPLICATION_INFO | Call by reference | Type reference (TYPE) | SSI_BOOL | 1 | Boolscher Wert | 20100804 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
no authority for this action | 20120112 |
Method SET_WORKER_CONF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BATCH | Value transfer | Type reference (TYPE) | SSI_COUNTER | -1 | Zähler | 20110315 | |
2 | ![]() |
DIALOG | Value transfer | Type reference (TYPE) | SSI_COUNTER | -1 | Zähler | 20110315 | |
3 | ![]() |
RESTRICTED | Value transfer | Type reference (TYPE) | SSI_COUNTER | -1 | Zähler | 20110811 | |
4 | ![]() |
USE_DEFAULT_CONF | Value transfer | Type reference (TYPE) | SSI_BOOL | '0' | Boolscher Wert | 20110315 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
no authority for this action | 20110317 | |
2 | ![]() |
set of new worker conf failed | 20110317 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 72L |