Hello,
I am trying to upload an excel file into webdynpro ABAP application into a table to display it's contents. I am using the following link for the same:
I declared datasource as 'xstring' rather than string as declared in the link because according to the code written in the Action it should be 'xstring'.
Then when i run the application it shows up junk data rather than Excel file contents. Even though i declared datasource attribute as string it didn't work.
Please help.