cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Sender abao\p Code

Former Member
0 Kudos

Hi,

I want to call from R3 to XI using RFC.

can any one tell me the code inorder to do so in ABAP

I remember that it is something like call function destination (RFC Destination) execute asynch....

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Mushon

CALL FUNCTION 'myFunction'

DESTINATION 'myDestination'

IN BACKGROUNDTASK "if asynchronous

...

Regards,

Udo

udo_martens
Active Contributor
0 Kudos

Sorry,

IN BACKGROUND TASK

Udo

Former Member
0 Kudos

Hi Udo

Thaks a lot

can you also help me if i want to implement an RFC wrapper like michal suggested in order recieve data into R3 from RFC wrapper & if the return code has errors to pass it to another rFc which will call the XI?

MichalKrawczyk
Active Contributor
0 Kudos

and:

commit work.

to send it

Regards,

michal

udo_martens
Active Contributor
0 Kudos

Hi Mushon,

would u plz send the link to the tread?

Regards,

Udo

Former Member
0 Kudos

udo_martens
Active Contributor
0 Kudos

Hi Mushon,

i will answer in that thread.

Regards,

Udo

udo_martens
Active Contributor
0 Kudos

Hi Mushon

its not your thread, can you open a new one?

Regards,

Udo

Answers (0)