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

bdc problem

Former Member
0 Likes
266

how to upload a excel sheet content into table contents directly

without copy and pasting the contents of into table entries-newentries.

1 REPLY 1
Read only

Former Member
0 Likes
248

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