Upload Long Fields/Texts from an excel to SAP Internal Table
I have an excel file with multiple columns. 2 columns maintain texts of length greater than 400 chars each. I want to upload this excel intoan internal table.
Currently I am using excel upload using OLE and it has limitaion of uploading field with max. length 255 chars. Can anyone suggest me a way to upload such an excel file with fields having long texts.
Thanks in advance
_________________
Prashant Rajani
CSCIndia,Noida
Save it as a text file and use OPEN DATASET.....READ DATASET....
DK