qRFC with Outbound Queue & Inbound Queue between two different SAP systems – One LUW per one QUEUE


 

In QUEUE RFC call if we skip the part ‘AS SEPARATE UNIT’ then all the RFC calls of all the QUEUEs are put into a single LUW upto the point when first Commit Work statement occurs.

Step1. Here we have a program that uses a single queue and inside that we have two RFC FM calls  and at last commit work happens so it creates a single TID- Transaction ID ( one luw) . Execute the program.


Step2. Output.


Step3. Source system: Tx- SMQR( out bound scheduler) – One TID(one luw) fro two RFC FM calls in a single out bound  queue.


Step4. Target System: Tx- SMQS[inbound scheduler] – One TID ( one luw) for both FM calls.


See next post where multiple calls Multiple queues are put into a single LUW. 


 

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s