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: 

Issue with qRFC

Former Member
0 Kudos

Hi everyone,

I want to trigger create Partner from workflow ( using standard BAPI ), but the condition is that I want to put them all in sequence depending upon when they are triggered from workflow. [ Due to to a constarint I can NOT use synchronous call ].

So the next best thing I can think of is qRFC, so that I can wueue them up sequentially and all can be processed in the order they are queued up.

Now usually qRFC is used for communication to other systems , I am trying to do this in the same system.

So, Can I do it ?

Should I use outbound queue ?

what destination should I specify ?

any sample codings ?

any pointers will be appreciated & points will be rewarded.

Thanks ,

1 REPLY 1

Former Member
0 Kudos

It can not be acheived this way.