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

using gui_upload

Former Member
0 Likes
515

Hi all,

We can download a file using FM gui_download of the structure of the internal table exported.

similarly cant we create an internal table of the same structure as that of the file using gui_upload.

I mean can we use gui_upload without defining the internal table structure pereviously.

Regards,

Harshit Rungta

3 REPLIES 3
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
488

NO

Read only

Former Member
0 Likes
488

Hi,

You need to declare the internal table of string type and upload the data inthis table using GUI_UPLOAD.

Read only

Former Member
0 Likes
488

No. internal table is must , it is one of the parameter of function Module 'GUI_UPLOAD'.