Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Using Upload function module data is truncated to 255 characters

Former Member
0 Likes
334

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

1 REPLY 1
Read only

Former Member
0 Likes
284

Moderator message - FAQ Please search before asking - post locked Rob