cancel
Showing results for 
Search instead for 
Did you mean: 

Download(xls) file fm ABAP using background job

Former Member
0 Kudos

Hi,

My request is how to download(xls) file fm ABAP using background job. ( Daily 3 times download )

Pls advise...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Rajesh,

Question is where do you want to download the file ?

If it is application server then use function modules write_dataset etc. for this purpose.

Regards.

Ruchit.

Former Member
0 Kudos

Hi Ruchit,

Yes. I need to download in APP Server. Pls any Sample program for this download..Thks for your immediate response..

Rajesh.

Former Member
0 Kudos

Hello Rajesh,

Actually it is not the function module WRITE_DATASET but command OPEN DATASET. Check this link for more info:

http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3ca6358411d1829f0000e829fbfe/content.htm

Also for this please contact your ABAP collegues. It is their job and they should have the expertise.

Regards.

Ruchit.