‎2009 Jul 07 1:19 PM
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
‎2009 Jul 07 1:26 PM
‎2009 Jul 07 1:27 PM
Hi,
You need to declare the internal table of string type and upload the data inthis table using GUI_UPLOAD.
‎2009 Jul 07 1:30 PM
No. internal table is must , it is one of the parameter of function Module 'GUI_UPLOAD'.