Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC Problem

Former Member
0 Likes
272

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--


>XI--


>ORACLE

ORACLE--


>XI--


>SAP

Regards,

Dipika

1 REPLY 1
Read only

Former Member
0 Likes
245

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..