cancel
Showing results for 
Search instead for 
Did you mean: 

synchronous RFC scenario

Former Member
0 Kudos

Hi,

I am with a 2 part asyncronous scenario as shown below:

JMS -> XI -> receiver RFC : Sender RFC -> XI -> JMS.

In the above case, I am calling the sender RFM within the Receiver RFM.

when i execute the scenario. The first part runs successfully .

Also, the Receiver RFM calls the sender RFM correctly.

but i see that the second part of the scenario is not triggered!!.

how can i get it working?

Thanks

Raghu

Accepted Solutions (1)

Accepted Solutions (1)

former_member431549
Contributor
0 Kudos

Are you getting any errors ? Anything in SM58 on R/3 system ? Does anything show up in SXMB_MONI on XI ?

How are you calling the 'sender' rfc ? Do you use 'IN BACKGROUND TASK' and then do a 'COMMIT WORK' after the call ?

Former Member
0 Kudos

Hi Tim,

there are no errors... all the adapter show green..

there is nothing shown in sxmb_moni for the second part..

The first part is successfull.

the sender rfc is called within the receiver rfm.

am using 'IN BACKGROUND TASK' a 'COMMIT WORK' after the call

any idea.. wat is missing out?

Thanks

Former Member
0 Kudos

Hi Raghu !

Is your program ID correctly set up? please check the SENDER RFC comm channel in RWB to see if there are any errors. Check that you are not using that Program ID in other sender RFC channels.

Is your communication between XI and R/3 ok? test using SM59 in R/3.

Regards,

Matias.

former_member431549
Contributor
0 Kudos

And are you using a type T rfc destination ? Not type 3. And does it test OK ?

Answers (1)

Answers (1)

Former Member
0 Kudos

The issue was solved when i changed the sender system from Business service to Business system.