cancel
Showing results for 
Search instead for 
Did you mean: 

how to save file in Application Server

Former Member
0 Kudos

Hi All,

My requirement is i want to download a file into application server.With filedownload ui element i can download it into desktop but how it is possible to save file on application server.Can anybody give me an idea regarding this...

Thanks in Advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

By using

BDS_BUSINESSDOCUMENT_CREA_TAB function module you can create business document into the SAP and Create the another R/3 Program to read from BDS, which will extract data from SAP and can be downloaded into the desired location (Presentation / application server).

You need to follow the below steps:

1) create BDS document

2) submit the R/3 program from webdynpro, which should read from BDS document and create a file in application server. So that your work will be done.

Hope this will help you.

Regards,

Sreenivasa sarma K.

Former Member
0 Kudos

hi,

For uploading/downloading File to Application Server , you have to use ABAP Dataset Commands.

Refer the following threads :

I hope it helps.

Thanx.

Former Member
0 Kudos

Hi,

I want to do this in webdynpro abap.Is there any class to save a file in server.Give me an idea how to do this..................

Former Member
arjun_thakur
Active Contributor
0 Kudos

Hi,

You should use fileupload UI elememt.

Please refer this online help: http://help.sap.com/saphelp_nw70/helpdata/EN/b3/be7941601b1d09e10000000a155106/frameset.htm

Also check the standard component WDR_TEST_EVENTS.

I hope it helps.

Regards

Arjun