cancel
Showing results for 
Search instead for 
Did you mean: 

Dowloading an XML file in Webdynpro without User Interaction

Former Member
0 Kudos

Hi Experts,

My Requirment is i need to download an XML file in Cdrive Request folder. This should be done without any UI elements or User interaction. Download should be done in background. Are their any function modules or classes.

Thanks,

Sandy.

Accepted Solutions (0)

Answers (4)

Answers (4)

Lukas_Weigelt
Active Contributor
0 Kudos

Hi Sandy,

answered in your old thread, didn't see you made a new one 😐

regards, Lukas

Lukas_Weigelt
Active Contributor
0 Kudos

In continuation:

Hi Lukas,

Thanks for Reply, I Used this approach already but it's showing a dump file could not be open.

Thanks,

Sandy.

can you please post your entire code here?

EDIT: also post the dump please

regards, Lukas

Edited by: Lukas Weigelt on May 27, 2011 11:12 AM

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

If you are on NetWeaver 7.01 or later you can use the UI element ACFUpDownload in order to trigger silent downloads. Still it seems it will be difficult to trigger even this action without some user interaction. Otherwise how will control return to the server in order to trigger the WD Phase Model.

Former Member
0 Kudos

CL_WD_RUNTIME_SERVICES=>ATTACH_FILE_TO_RESPONSE

Former Member
0 Kudos

HI Sandy ,

You can look at the class CL_ABAP_ZIP .

Hope it will help.

Regards

Kuldeep