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

Download using URL

Former Member
0 Likes
514

Hi Guys,

Is there any function modules or class available to download the file by using the URL

Regards,

Sathis

Hi Guys,

Is there any function modules or class available to download the file by using the URL

Regards,

Sathis

2 REPLIES 2
Read only

Former Member
0 Likes
459

Hi

Have you tried to use function module gui_upload:

CALL FUNCTION 'GUI_UPLOAD'.......

Kind regards,

JK

Read only

Former Member
0 Likes
459

Hi Sathis,

you can use FM


DP_GET_STREAM_FROM_URL

Only non-optional parameter is filename (prefix for example http://, file://, sapr3:// etc). Data are loaded to table DATA.

Regards

Matus