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

how to upload data from excel file in BDC

Former Member
0 Likes
604

hi experts !!

could you plz tell me how could i upload data from excel file in bdc.

if u give some sample code or example it will be better.

thanks in advance.

hi experts !!

could you plz tell me how could i upload data from excel file in bdc.

if u give some sample code or example it will be better.

thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
498

Hi

By using ALSM_EXCEL_TO_INTERNAL_TABLE Fm you can read data from excel file and convert into itab..

then using this internal table write BDC code...

Read only

Former Member
0 Likes
498

You must upload the Excel file using GUI_UPLOAD (or the like).

Then process each row of the newly, filled-in internal table (with your screen values) and execute your t-code of choice.

Read only

Former Member
0 Likes
498

Hi,

you can use the function module ALSM_EXCEL_TO_INTERNAL_TABLE .

Check this thread for sample code.

Regards,

Maha