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

multiple transaction

Former Member
0 Likes
450

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
421

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

3 REPLIES 3
Read only

Former Member
0 Likes
422

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

Read only

0 Likes
421

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

Read only

0 Likes
421

Hi,

Yes use gui_upload FM twice once for each excel into two diff internal tables.

Rhea.