2007 Jul 27 7:06 PM
hi all
i have a requirement in which when the user presses a radio button order number is send to XI ,XI the retrieves some data from a legacy system and then sends it back to abap where it is displayed in pop up .
i want to know what needs to be done in the abap front .
any input will be really helpfull
Regards
Navjot
2007 Jul 27 7:11 PM
Hi,
You can do it thru RFC (remote function call) . For this you need to write a rfc function module. and you or your basis team need to configure RFC (sm59) to XI.
From your program (report or module) call this function module with destination option.
aRs
Message was edited by:
a®