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: 

upload entries in a database table from an excel sheet

Former Member
0 Kudos

hi,

I have a requirement where i have to upload entries from an excel sheet into a databse table. We can get it done using say a FM TEXT_CONVERT_XLS_TO_SAP, but this would require a direct database update from an internal table. Do we have any dedicated FM/BAPI to acheive the same.

Regards,

Akash Sinha

1 REPLY 1

Former Member
0 Kudos

Hi,

I am afraid there is no direct way to achieve this. But uploading an excel file to an internal table and than update data dictionary table from internal table is simple. Use ALSM_EXCEL_TO_INTERNAL_TABLE or mentioned TEXT_CONVERT_XLS_TO_SAP.

Regards,

Adrian