SAP ABAP Data Element SSI_WEBSOCKET_STATE_DISP (WebSocket State)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CST (Application Component) Client/Server Technology
     SSI_MSG (Package) Messaging
Basic Data
Data Element SSI_WEBSOCKET_STATE_DISP
Short Description WebSocket State  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type CHAR   Character String 
Length 64    
Decimal Places 0    
Output Length 64    
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 WebSocket State 
Long 40 WebSocket State 
Heading 55 WebSocket State 
Documentation

Definition

State of the WebSocket connection. A WebSocket connection can have the following statuses:

  • Connecting:    The WebSocket connection is opening.
  • Connected:    The WebSocket connection is open and can be used for sending and receiving.
  • Closing:    The WebSocket connection will soon be closed. A "close" message has already been sent or received. In this case, no further WebSocket messages can be sent through this connection. The entry remains until any buffered incoming WebSocket messages have been processed. As soon as the connection has been closed and all buffered WebSocket messages processed, the table entry is automatically removed.
  • Free:     This status is set when the table entry is deleted and therefore should never be observed in the WebSocket table.

Use

Dependencies

Example

History
Last changed by/on SAP  20140117 
SAP Release Created in 740