‎2007 Oct 29 1:16 PM
Hi,
I have one problem that I am passing two fields to oracle through XI, and getting back 4 fields in return . After that based on that fields I am applying some logic and downloading the desired output into dbf file. Actually the file path I am giving into my report. So, I am cofused where i should write the code for download .Either in report or in RFC.
Actually senario is like Giving data to Oracle through XI by executing the program in SE38, in this program I have givin the file path in selection screen.
Also , i am calling One method in report . Through this method i am calling the proxy(XI)..This XI proxy is calling the function module present in SAP.. Now, in this Funtion module all the logic lies till the output data. Finally i am getting output into internal table. But now problem is where i have to write download logic as File name is in SE38. and logic is in se37.
SAP--
>ORACLE
ORACLE--
>SAP
Regards,
Dipika
‎2007 Oct 29 1:23 PM
call ur FM in ur program.... or create a new program.. use SUBMIT job to execute ur program and then use ur FM....
Hope this makes sense..