‎2006 Jun 12 2:57 PM
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?
‎2006 Jun 12 3:51 PM
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 thisll give you idea!!
<b>P.S award the points.</b>
Good luck
Thanks
Saquib Khan
"Some are wise and some are otherwise"
‎2006 Jun 12 3:51 PM
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 thisll give you idea!!
<b>P.S award the points.</b>
Good luck
Thanks
Saquib Khan
"Some are wise and some are otherwise"
‎2006 Jun 12 3:57 PM
Hi,
Instead of using the FM, try using the GUI_DOWNLOAD method of the CL_GUI_FRONTEND_SERVICES classes.
Regards,
Ravi