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_DOWNLOAD Problem

Former Member
0 Likes
435

We are converting our programs to Unicode and need to switch from WS_DOWNLOAD to GUI_DOWNLOAD. GUI_DOWNLOAD is working fine except for when I need to download a specific record size. I am trying to download a file with a record size of 80 but data only fills 74 characters of the line. I have tried using both the TRUNC_TRAILING_BLANKS and TRUNC_TRAILING_BLANKS_EOL but it gives me a lot of extra spaces instead of the additional 6 spaces of each line that I want.

I have checked OSS Notes and nothing seems to apply.

Does anyone know what I need to do to just get a specific record size downloaded?

1 ACCEPTED SOLUTION
Read only

former_member181966
Active Contributor
0 Likes
383

Check out these progs ..Working fine for u ?

RFUSVS14 and RFUSVX11 ... For Unicode system.

It`ll give some clue ..see OSS notes # 931797,868752

Hope this’ll give you idea!!

<b>P.S award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

2 REPLIES 2
Read only

former_member181966
Active Contributor
0 Likes
384

Check out these progs ..Working fine for u ?

RFUSVS14 and RFUSVX11 ... For Unicode system.

It`ll give some clue ..see OSS notes # 931797,868752

Hope this’ll give you idea!!

<b>P.S award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

Read only

Former Member
0 Likes
383

Hi,

Instead of using the FM, try using the GUI_DOWNLOAD method of the CL_GUI_FRONTEND_SERVICES classes.

Regards,

Ravi