‎2006 Nov 10 6:35 PM
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
‎2006 Nov 11 7:09 PM
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
‎2006 Nov 13 7:54 PM
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.
‎2006 Nov 13 7:56 PM
to add more,
for the first record, it says could not open RFC destination, but stil that LUW is also processed successfully.
‎2006 Nov 13 8:56 PM
am trying to understand the behavior of RFC with QueuePosition