‎2008 Nov 24 11:26 AM
i have one question in bdc , my requirement is to download the Sap data into xml file.can u suggest me how i can download.
‎2008 Nov 24 11:30 AM
‎2008 Nov 24 6:17 PM
Hi
CALL FUNCTION 'GUI_DOWNLOAD'
EXPORTING
filename = 'C:\PLANT1.XML'
filetype = 'ASC'
TABLES
data_tab = gt_xml.
Regards
Neha
‎2008 Nov 25 3:18 AM
Hello,
You can also use the Method GUI_DOWNLOAD in the Class CL_GUI_FRONTEND_SERVICES.
Thanks and Regards,
Venkat Phani Prasad Konduri