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

Gui_upload (class method) problem

rodrigo_paisante3
Active Contributor
0 Likes
623

Hi friends,

I used the FM gui_upload to transfer a txt file. It works fine, but now i need to change to class method gui_upload. But my txt file have 8 blank space at end of each line. When i changed to class method gui_upload, theses spaces were deleted.

What i need to do to keep the final space??

Thanks in advance!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
430

Use GUI_DOWNLOAD method of CL_GUI_FRONTEND_SERVICES and use parameter TRUNC_TRAILING_BLANKS_EOL parameter = space.

Best!

Jim

1 REPLY 1
Read only

Former Member
0 Likes
431

Use GUI_DOWNLOAD method of CL_GUI_FRONTEND_SERVICES and use parameter TRUNC_TRAILING_BLANKS_EOL parameter = space.

Best!

Jim