‎2007 Apr 25 2:28 PM
Hello experts,
I want to download data from sap to file.I want to download to presentation server only not for application server.
I want to download all the columns with Space.
Problem is i want to download the last column with blank spaces.
but blank spaces for the last column are automatically deleted when i download the file.
In otherwords i can say that i need end of file with blank spaces.
I knew that in 4.7 version i can acheive this by using <b>gui_upload</b> function module the parameter <b>TRUNC_TRAILING_BLANKS_EOL</b>.
But the problem is i want to do the same in 4.6 version.
In 4.6 version there is function module GUI_DOWNLOAD but the paramter <b>TRUNC_TRAILING_BLANKS_EOL</b> is not available.
I have searched all the forums but i didn't get a exact and right answer for this question.
Please give me a right answer.My complete development work is finished but it's strucked up because of the problem what i mentioned.Please help me.
‎2007 Apr 25 2:32 PM
Hi,
In SAP 4.6 the field <b>TRUNC_TRAILING_BLANKS</b> is available . May be you can use that.
Assign points if it helps.
-Gaurang
‎2007 Apr 25 2:35 PM
‎2007 Apr 25 3:06 PM
Hai everybody,
Thanx for your valuable reply.But my problem is still not solved.
Reply for Rajesh tholeti,
Dear Rajesh tholeti,
I have checked the function module 42_SUBID_NO_BLANKS_CHECK what you have suggested.but it's no where related to my problem.I want to download data to file with the blank spaces at the end of the column.Please suggest something else which can help me.Thanks for your reply.
Reply for Gaurang Kotecha .
Dear Gaurang Kotecha ,
In 4.6 version gui_download function module doesn't have parameter TRUNC_TRAILING_BLANKS.If you suggest something else means it will help me.
Thanks for your reply.