SAP ABAP Data Element SSI_SERVER_STATE (State of Application Server Instance)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CST (Application Component) Client/Server Technology
     SSI (Package) Server Infrastructure
Basic Data
Data Element SSI_SERVER_STATE
Short Description State of Application Server Instance  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SSI_ENUM_TYPE    
Data Type INT4   4-byte integer, integer number with sign 
Length 10    
Decimal Places 0    
Output Length 11    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 State 
Medium 20 AS Instance State 
Long 40 State of Application Server Instance 
Heading 55 State of Application Server Instance 
Documentation

Definition

There are the following application server states:

  • Initial: The application server has logged on to the message server. When the server is in this state, it cannot be accessed.

  • Started: The application server starts the work process and initializes all required services. Requests cannot be processed in this phase.

  • Active: This is the normal state of the application server. It receives and processes requests, and creates and sends requests to other servers.

  • Passive: In this state, the application server can continue to process received requests or create requests itself. However, no new requests should be sent to the server. The purpose of this state is to logically remove from the system a server that has to be stopped during productive operation. The server finishes processing its existing requests, but does not receive any new ones. The server can then be terminated without having to interrupt any relevant requests such as updates or batch jobs. This state can be changed to the active state.

  • Shutdown: The application server is in the shutdown phase, which means it will be terminated. This state is similar to the passive state, but cannot be changed to the active state. This state or phase ends with the termination of the server.

  • stop: The application server has terminated the connection to the message server and can no longer be accessed.

Use

Dependencies

Example

History
Last changed by/on SAP  20141013 
SAP Release Created in 800