Application Development 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: 

gui_download function to download the file in application server in bdc

Former Member
0 Kudos

Can we use gui_download function to download the file in application server in bdc?

Regards,

pandu.

5 REPLIES 5

Former Member
0 Kudos

No. gui_download cannot be used to download the file in application server.

You have to use OPEN DATASET CLOSE DATASET.

Former Member
0 Kudos

No you cant it's only for Presentation layer.

Former Member
0 Kudos

You can use FM to write in application layer C13Z_FILE_UPLOAD_ASCII

Former Member
0 Kudos

To download to application server you need to use Dataset concepts and to presentation server you need to use GUI_DOWNLOAD concept and for other systems you need to use FTP concept..

Former Member
0 Kudos

for downloading the file on application sever you use the concept of Dataset. GUI_DOWNLOAD is for presentaion server.

regards

Abhi