Application Development 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: 

Download the file in presentation server while the program runs in backgrou

Former Member
0 Kudos

Hi,

Usually we will never download the file in presentation server while the job is scheduled in back ground.

But now i need to do that. I need to download the data in excel file and the same program is scheduling in background.

Can any one suggest how can we do this?

Thanks in Advance,

Ravi

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

There is an alternative provided by SAP. The program RFCEXEC has to be installed locally on the PC.

In SAP R/3 we have to define a destination link to your local PC to the RFCEXEC program. And in the ABAP program we have to invoke the connection by calling the FM RFC_REMOTE_FILE.

I haven’t tried this before but a detailed documentation is available in this link.

http://sapabap.iespana.es/sap/info/rfcexec/rfcexec_e.htm

Reward if useful

Regards

Shiva

3 REPLIES 3

Former Member
0 Kudos

Hi,

There is an alternative provided by SAP. The program RFCEXEC has to be installed locally on the PC.

In SAP R/3 we have to define a destination link to your local PC to the RFCEXEC program. And in the ABAP program we have to invoke the connection by calling the FM RFC_REMOTE_FILE.

I haven’t tried this before but a detailed documentation is available in this link.

http://sapabap.iespana.es/sap/info/rfcexec/rfcexec_e.htm

Reward if useful

Regards

Shiva

0 Kudos

Hi Shiva,

Thanks for the information.

But I am trying for the simple logic which could sort out my issue.

Beacuse for this set I need to get many permissions from the client.

Is there any simple way to get the data to file?

Thanks and Regards,

Ravi

Former Member
0 Kudos

thankx