‎2008 Oct 15 12:27 PM
Dear Experts,
i am new in abap field.
I am uploading in two excel sheets in single bdc program.that is first five fields in I st excel sheet.another 5 fields is 2 nd excel sheets. it is possible..if possible plz sending code or anything.as soon as possible.
Thanks & Regards
raj.
‎2008 Oct 15 12:35 PM
Hi,
Get both files into separate internal table and combine both internal table to single internal table by using gui_upload functional module for both excell sheets .
regard
naveen
‎2008 Oct 15 12:35 PM
Hi,
Get both files into separate internal table and combine both internal table to single internal table by using gui_upload functional module for both excell sheets .
regard
naveen
‎2008 Oct 15 12:44 PM
dear experts,
thanks to ur useful information. but how to two excel sheets file name will be displayed.
for eg: c:/a1.txt,a2.txt .
how to separate the file names , or . any thing
or gui_upload call functions is two times.
thanks
raj
‎2008 Oct 15 12:47 PM
Hi,
Yes use gui_upload FM twice once for each excel into two diff internal tables.
Rhea.