hey,
can someone please help me ?
I have a requirement where i need to pass a list of values like an ITAB from R/3 program to XI. How do i do that ? No file interface. RFC adapter is used.
Shud I write an RFC enabled function module in R/3 and call it from my main program ?During call function should I specify the destination as that of XI ?
Also some data will be returned by XI based on that ITAB and I need to use that in my main program in R/3. How do I handle that ?
kindly help.