Application Development 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: 

uploading data from excel sheet

Former Member
0 Kudos

HI,

Can anyone provide me the details to upload vendor data from excel sheet to database through bdc?

Thankyou.

1 REPLY 1

Former Member
0 Kudos

upload the excel file in your internal table and then use BDC to updated the database table.

FM's to upload Excel:

GUI_UPLOAD

KCD_EXCEL_OLE_TO_INT_CONVERT

ALSM_EXCEL_TO_INTERNALTABLE

refer to the link:

http://diocio.wordpress.com/2007/02/12/sap-upload-excel-document-into-internal-table-2/

http://www.sap-img.com/abap/learning-bdc-programming.htm

With luck,

Pritam.