Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Why hanging in qRFC Monitor - SMQ1??

Former Member
0 Kudos

Hi Experts,

Scenario: Here, 2 'z' FM has been called by Back Ground Task, which FM triggers the other set of FMs, and these 2nd set of FMs creates a record in(updates) the DB.

Issue: The first set FMs are hanging in SMQ1 i.e. qRFC Monitor and taking too long time to get READY status, so obviusly the DB is NOT getting update!!

If I go to tx SMQ1 and activate manually, then, it working out!!!

So, pls. let me know that, Why they are hanging in qRFC Monitor i.e. SMQ1? How to fix it?

thanq

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Try using COMMIT WORK.

A

4 REPLIES 4

Former Member
0 Kudos

Try using COMMIT WORK.

A

0 Kudos

thanq,

pls. let meknow, Where shuld I put COMMIT WORK? I mean,

1) either after 1set FMs or 2nd set

2) Is it immeditaely fater calling FM?

thanq

0 Kudos

Try putting one by one and see where the processes start going through.

A

0 Kudos

I noticed that already using, but they used as COMMIT OWRK AND WAIT so, I tried by deleting the WAIT , even though NO use!!

thanq

Message was edited by:

Srinivas