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

Save file

Former Member
0 Likes
353

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

2 REPLIES 2
Read only

Former Member
0 Likes
323

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