cancel
Showing results for 
Search instead for 
Did you mean: 

File Download

Former Member
0 Kudos

Hi all

I want to download a xml file but I am not getting it I have tried the example given in the help but it is not giving any error also and also not downloading any thing so can any one help in this regards how we can download a file. using file download UI or by any other method.

thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ninad,

in Web Dynpro ABAP you can use either FileDownload (see http://help.sap.com/saphelp_nw2004s/helpdata/en/09/a5884121a41c09e10000000a155106/frameset.htm) or the file export function (see http://help.sap.com/saphelp_nw2004s/helpdata/en/13/a1764299d76255e10000000a155106/frameset.htm). There are examples in the system in WDR_TEST_EVENTS for both methods.

Regards, Heidi

Former Member
0 Kudos

Hi Heidi

this example is of ABAP I am using web Dynpro for java and used smilar example for java but its not working.

Former Member
0 Kudos

Hi,

for Web Dynpro Java, see http://help.sap.com/saphelp_nw2004s/helpdata/en/42/fdf9c528d45171e10000000a1553f7/frameset.htm

There's also information about data binding and loading the InputStream in the topics underneath.

Regards, Heidi