‎2010 Mar 25 4:13 PM
I am using FM UPLOAD. However, when I bring in the file, it is truncated to 255 characters.
Here is what I have:
DATA: BEGIN OF rec_input2 occurs 0,
line TYPE string,
END OF rec_input2.
CALL FUNCTION 'UPLOAD'
EXPORTING
FILENAME = 's:\ersd20100217'
FILETYPE = 'ASC'
TABLES
DATA_TAB = rec_input2
Please advise how I can upload this file without truncation.
Thanks.
Michael
‎2010 Mar 25 4:26 PM
Moderator message - FAQ Please search before asking - post locked Rob