SAP ABAP Data Element W3MODPOOL (WAB: Flow Logic - Module Attribute POOLED)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-WAB (Application Component) Web Application Builder
     SW3_TOOL (Package) ITS Connection: Tool
Basic Data
Data Element W3MODPOOL
Short Description WAB: Flow Logic - Module Attribute POOLED  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR1_X    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
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 Pooled 
Medium 15 Pooled 
Long 20 Pooled 
Heading Pooled 
Documentation

Definition

Connection type: Pool

The ITS maintains a pool of RFC connections with a fixed size. If a connection is of the pool type, an existing RFC connection can be used. A pool user must be an anonymous SAP user.

By default, pool calls are stateless calls, with a small difference, however:

In case of stateless connections, the connection is always closed after a call.

In case of pool connections, the R/3 context is deleted but the connection is returned to the connection pool. This reduces the amount of connections needed.

You can use a free connection from the connection pool, where:

conn.login = user.login 
conn.language = user.language
conn.client = user.client

If no connection is available, the least recently used connection is closed and a new connection with the appropriate user, language and client is opened. The anonymous user is saved in the service file together with the password.

You define pool connections in the service file using the following parameters:

~poollogin

~poolpassword

~poolclient

If these parameters are not defined in the service file, the ITS uses the values defined for the parameters ~login , ~password, and ~client.

History
Last changed by/on SAP  20001108 
SAP Release Created in 50A