Step1. Go to Tcode-Se11. Step2. Provide the table name and click on create button. Step3. Provide the detail fields and activate the table. Create some
Category: Uncategorized
qRFC with Outbound Queue & Inbound Queue between two different SAP systems – One LUW per mixed part of the Queues
Step1. If one queue contains two RFC FM calls and we have two such Queues, then some part of Each Queue can be put
qRFC with Outbound Queue & Inbound Queue between two different SAP systems – One LUW per Queue Call
After calling the RFCs under a queue, the next commit work statement closes the current LUW and opens a new one. Here we have
qRFC with Outbound Queue & Inbound Queue between two different SAP systems – One LUW for Multiple QUEUE Calls
The below post shows how to club multiple QUEUE ( one queue having multiple FM calls) into a single LUW. After calling the TWO
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
qRFC with Outbound Queue & Inbound Queue between two different SAP systems – One LUW per One RFC FM call
Step1. In single Queue- If we call multiple RFC FMs as separate unit then, for each FM call there is a separate TID –