‎2007 Oct 22 12:33 PM
how to upload a excel sheet content into table contents directly
without copy and pasting the contents of into table entries-newentries.
‎2007 Oct 22 12:48 PM
Hi Srikanth,
Try using this FM. KD_GET_FILENAME_ON_F4, in this way.
<b> CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
EXPORTING
mask = ',XLS,*.xls,'
CHANGING
file_name = ps_file.</b>
where <b>ps_file</b> is the name of the file.
Hope this resolves your query.
Regards
Nagaraj