cancel
Showing results for 
Search instead for 
Did you mean: 

Copy data from multiple rows in excel to SAP tables

Former Member
0 Kudos

Hi,

would anyone let me know how can i copy data from an excel file (14 rows i have to be copied) to SAP table ?

Please help me in here..

Warm Regards

Hrishi

Accepted Solutions (0)

Answers (2)

Answers (2)

HariCS23
Contributor
0 Kudos

Hello Hrishi, You can write Python script to read data from excel and create insert query script with the data.

Run those queries in a ABAP program ..

And you know what, you can write formula in excel it self to generate sql scripts..

Hope that helps.

Thanks

Hari

Former Member
0 Kudos

Hi All,

i want to do this using VB script.. forgot to add

Hrishi