cancel
Showing results for 
Search instead for 
Did you mean: 

QRFCs Doubt

Former Member
0 Kudos

Hello Guys,

I have a small doubt regarding QRFCs.

The scenario is as follows.

For Example I call a funcion module 'FM1' with Queue name Queue1 and then call commit work and again immediately call function module 'FM2' with the same Queue name 'Queue1' and call commit work.

My understanding is on calling Commit work the queue scheduler starts processing the calls. My question here is whether the scheduler will wait till it gets the results of the function module FM1 before calling function module FM2 or not ?

If I woudnt have called a commit work in between FM1 and FM2 i am sure that Queue scheduler will first execute FM1 and only if it finishes FM1 with out errors then it will execute FM2. But I am not sure whether the queue scheduler will wait or not before calling FM2 since I am calling a commit work in between.

Thanks and Regards,

Avisesh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (1)

Answers (1)

STALANKI
Active Contributor
0 Kudos