Hi friends,
I have faced the peculiar problem. Please have a look at the following piece of code.
SPLIT WA_EXTAB-LINE AT ',' INTO WA_FILE-MATNR
WA_FILE-MBRSH
WA_FILE-MTART
WA_FILE-MATKL
WA_FILE-UOM
WA_FILE-TGRP
WA_FILE-MTPOS
WA_FILE-PLANT
WA_FILE-ACHK
WA_FILE-LGRP
WA_FILE-PGRP
WA_FILE-MRP
WA_FILE-PLIFZ
WA_FILE-LANG
WA_FILE-MATDESC
WA_FILE-VALCLSS
WA_FILE-LGORT
WA_FILE-POTXT.
Here WA_EXTAB-LINE is of character type of length 2000.
When i am uploading an excel file, the length of the last field is 600.
The problem is before pressing F5 at SPLIT i just saw the contents of WA_EXTAB-LINE. here i am not getting the full text of the last field of the excel sheet.