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.