Additional Blogs by SAP
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member185751
Contributor
style="font-size:10pt;">We had a project requirement where the Integration Server had to process the IDoc XML messages created by the IDoc adapter in the same sequence that the Idocs were sent from the SAP R/3 system. In this case the Quality of Service is Exactly Once in Order (EOIO).

Let me take you through the steps involved in setting up the inbound qRFC queues which will be used for IDoc serialization using the IDoc adapter:

1.Logon to the ABAP stack of your XI instance, execute the transaction SE16 and enter the table name as "IDXQUEUE"



2.Click on the "Create Entries" button and supply the parameters: PORT, CLIENT, MESTYP and QUEUEID for each of the IDoc message type that you want to serialize using the IDoc adapter. Save each entry.



3.To display the entries created, click on the "Table Contents" button, supply "*" to the PORT and MESTYP fields to select all entries in the table and execute:



List of all entries in the table "IDXQUEUE" shown below:



4.Test with some of the IDoc Message types for which you have setup the inbound qRFC queues. To check which inbound queue is used, execute the transaction SMQ2 in your ABAP stack and the following screen appears:



5.Execute again to list the inbound queue names and their entries. You will find the queue name occurring as shown below for example:



style="font-size:10pt;">Recommended Reading:

1. Serializing Idocs-help.sap.com
2.Queues for Asynchronous Mesassage Processing:-help.sap.com

5 Comments