Skip to Content
0
Former Member
Dec 28, 2007 at 11:10 AM

excel sheet entries into standard database table

20 Views

hi,

can we add data from excel sheet into standard database table through ABAP program.

I want to add the data in my excel sheet into standard database table kna1 through a program. I am using function module for internal table and then getting it in table kna1.

But the error it is giving me that : the type of the database table and the internal table are not unicode convertible, Can u please tell me the solution.