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: 

External Variants in Excel: Table as import parameter

Former Member
0 Kudos
194

Hi all,

I am working currently on a project where I have to upload some test data from Excel to eCATT using external variants. But unfortunately, you can only use one line per variant. The table has not many rows, but a lot of columns. So creating all these

import parameters per column is not really what I want.

Is there another way to load a table (csv-file) in eCATT?

Thanks,

Alex

1 REPLY 1

Former Member
0 Kudos
88

You can write small abap program in Inline abap to load data from excel, there are some ready to use function modules are also available.

Contact your respective dev team for get those function modue and use them to upload your data in runtime.

Regards,

BHavesh