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

Trailing Spaces

Former Member
0 Likes
625

Hi Experts,

How to store trailing spaces in an internal table?

I tried with ' ' and ` ` but these 2 are not working with trailing spaces.

i want to store output in internal table like 'this is like ' but after generating txt file in ftp server using FTP_R3_TO_SERVER I am getting output like 'this is like'. Is there any way to solve this problem?

Regards,

Kevw

3 REPLIES 3
Read only

Former Member
0 Likes
542

A search of the forum would probably get answers.

If you're writing to a file on apps server, look at your transfer statement help...you can specify length of the string to be written out, and for me that preserves trailing spaces.

Read only

0 Likes
542

Hi,

Thanks for your suggestion

There is no transfer statement in my code.

Can you plz implement the above through the sample code.

TIA,

Kuldeep

Read only

0 Likes
542

And, of course, if I had realized there's at least one other open post with the same question, I would not have answered.....