Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regards bdc

Former Member
0 Likes
425

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.

3 REPLIES 3
Read only

Former Member
0 Likes
404

hi,

use gui_dowload function module.

Regards

Read only

Former Member
0 Likes
404

Hi

CALL FUNCTION 'GUI_DOWNLOAD'

EXPORTING

filename = 'C:\PLANT1.XML'

filetype = 'ASC'

TABLES

data_tab = gt_xml.

Regards

Neha

Read only

Former Member
0 Likes
404

Hello,

You can also use the Method GUI_DOWNLOAD in the Class CL_GUI_FRONTEND_SERVICES.

Thanks and Regards,

Venkat Phani Prasad Konduri