SAP ABAP Data Element EDI_POSSQUE (External System Supports Queue Processing)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-ALE (Application Component) ALE Integration Technology
     SED (Package) IDoc Interface (Processing, Administration, Definition)
Basic Data
Data Element EDI_POSSQUE
Short Description External System Supports Queue Processing  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type EDI_FLAG    
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 Queue 
Medium 13 Queue Proc. 
Long 30 Queue Processing Supported 
Heading 22 With Queue Processing 
Documentation

Definition

Use this field only if your external system, connected using the current TCP/IP destination, supports queue processing using the function module IDOC_INBOUND_IN_QUEUE. External (certified) systems are generally connected to the SAP system by registering with the function module IDOC_INBOUND_ASYNCHRONOUS.

Use

As of Release 6.20 you can use qRFC techniques to implement IDoc communication. This enables IDocs to be sent in the order they were created (Exactly Once in Order).

Dependencies

This process guarantees that these function modules pass the IDocs to the external system in the correct order. The external system is responsible for the further processing sequence.

Example

You want to send IDocs in the order they were created:

1.    You use the transaction Partner Profiles to specify queue processing for a receiving partner.

2.    You use the transaction Ports for tRFC and the field "Queue processing supported" to specify whether the external system is called using the function module IDOC_INBOUND_ASYNCHRONOUS. In this globally valid case, you must leave this field inactivated. If your external field supports the function module IDOC_INBOUND_IN_QUEUE, then activate this field. This function module is used when communicating using qRFC.

History
Last changed by/on SAP  20110908 
SAP Release Created in 703