Dear friends,
I want to upload the contents of an excel file to an internal table. But the problem is that, only 256 chars of the column fields are uploaded and the rest are truncated. I have tried with the following FM's and both did not help.
1) UPLOAD_XLS_FILE_2_ITAB
2) TEXT_CONVERT_XLS_TO_SAP.
Could anyone help me as to how I can get the entire contents of the excel field even if the field in excel is more than 256 chars?
Right now I am able to get only the first 256 characters.