cancel
Showing results for 
Search instead for 
Did you mean: 

qRFC example using JCo

Former Member
0 Kudos

Hi Friends,

I am Looking for an example to make qRFC inbound call to SAP, using JCo API.

Please helpme if you have any JCo example for the same.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Vlado
Advisor
Advisor
0 Kudos

Hi Ankit,

Check if <a href="http://help.sap.com/saphelp_nw04/helpdata/en/09/c88442a07b0e53e10000000a155106/frameset.htm">this one</a> is helpful to you.

Best regards,

Vladimir

Former Member
0 Kudos

Hi Vladimir,

Thanks for the reply.

am actually looking for the code to process qRFC with queuename and queue position.

Thanks

Former Member
0 Kudos

Thanks for the reply, but these are not 100% useful.

I am not able to set queue position using JCo API for qRFC call.

Former Member
0 Kudos

I would not think that setting the position on the queue is a possibility.

a) you create a shifting target as your UOW may not be committed yet

b) you enter the processes as they come (FIFO)

c) they are internally rearranged per commit status/time. (FIFO processable state)

d) you would process them as they come...

So why would you want to manipulate the order ?

Answers (0)