Application Development and Automation 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: 
Read only

qRFC Inbound processing example using JCo

Former Member
0 Likes
635

Hi Freinds,

1. I am trying to set qRFC queue for Inbound processing, in order to process on IDoc from external system.

Queue when I say regsiter, it shwos as status Starting, its not showing active status.

2. is tehre any JCo example which can be used to comunicate from Java program to qRFC?

Thanks

4 REPLIES 4
Read only

Former Member
0 Likes
517

Ad 1.) Could you please be more precise. If you find your request in sm58 or smq1, the problem is probably in the qRFC scheduler.

Ad 2.) Simply create an RFC wrapper in ABAP which starts an qRFC. Call the wrapper from via JCO. Don't forget the commit work.

Regards,

Thomas

Read only

0 Likes
517

Hi ,

I have registered qRFC queue name, and able to see records entering in qRFC queue scheduler.

when I process LUWs in queue, its processing successfully.

I am not able to understand the behavior of QueuePosition now.

I tried with queuePosition 2,1,3,2

but,in the queue, when I see records, ther are entered with time, not with queue position number.

Read only

0 Likes
517

to add more,

for the first record, it says could not open RFC destination, but stil that LUW is also processed successfully.

Read only

0 Likes
517

am trying to understand the behavior of RFC with QueuePosition