cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to RFC Asynch Scenario

Former Member
0 Kudos

Hi All:

I created Rfc to Rfc Asynch scenario. And also from Sender systems using t-code se37, I am able to send the message to XI(for testing). As se37 makes synch call, so its wait for the response but after some time it will give time out error at the sender side.(as the interface is Asynch).

The problem I am facing it, some time messages are coming to XI but sometime they are not coming, what may be the reasons of it?

Is it because of Visual Admin RFC service are not working properly?? Because I re activate the RFC sender CC and successfully send the message to XI, but later I again send the message to XI and found no entry in MONI. In RWB the status of RFC sender is ok.

Thanks

Farooq

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Farooq,

For Async RFCs you need to call your RFC with the addition IN BACKGROUND TASK.

Also remember to do a "commit work" after your call.

Matt.

Former Member
0 Kudos

Hi !

Are you sending data to XI using:

"CALL FUNCTION 'xxxxxxxxxxxx' IN BACKGROUND TASK" ?

Regards,

Matias.