Application Development 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: 

standard text change to # in output

Former Member
0 Kudos
176

Hi All,

I'm now facing a issue, that the standard text which is written in Polish. when getting print preview, many words change to #,

so could you please help me with why it comes like this?

Thanks for you kindness.

5 REPLIES 5

Former Member
0 Kudos
85

Hi Eric,

This usually comes when we use classes, Add the below logic after extracting the Text.

l_sales_text = lt_line-tdline.

if l_tabix = 1.

write l_sales_text.

else.

write space.

write l_sales_text no-gap.

endif.

Hope it works.

Regards,

Syed Maheboob

Edited by: Syed Maheboob on Jan 28, 2011 3:04 PM

0 Kudos
85

Hi Syed,

Thank you for helping me. But my issue occurs in smartforms which calls standard text in SO10, it's right in SO10, but when get printpreview, some words change to #.

0 Kudos
85

Hi Eric,

I too faced the same problem while uploading terms and conditions in SO10...In some places the letters were replacing with #,

In this case manually i changed # into the respected letters,There was no other option for me.

Former Member
0 Kudos
85

Hi,

Control Commands are used to change text output , these are used with

the format key /: in the format column

e.g. INCLUDE MYTEXT OBJECT TEXT ID ST

INCLUDE name OBJECT name ID name PARAGRAPH name LANGUAGE name

Include command is used to include standard text in a form.the text

should be already defined by using transaction SO10.

I hope you can understood.

I think It helpful for you

Clemenss
Active Contributor
0 Kudos
85

Hi Eric,

if this happens in print preview only but is printed correctly on physical printer, this may be a SAPGUI question that may depend on local windows installation.

Regards,

Clemens