‎2008 May 22 5:32 AM
Hi,
As per my requirement i have a program by which user can upload the file and when ever required he can be able to access the file.Here file will be any type either word or screen shots or any type.
please give me suggession
Thanks and regards,
shyla
‎2008 May 22 5:36 AM
‎2008 May 22 5:41 AM
You can get filetype by extracting last three characters of filename. It can be .xls,.txt,etc..
If it is of '.txt',use Function module 'GUI_UPLOAD'.
If it is of '.xls',use Function module 'ALSM_EXCEL_TO_INTERNAL_TABLE'
Regards
Kiran Sure