2011 Jan 28 12:01 PM
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.
2011 Jan 28 1:17 PM
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
2011 Jan 30 4:12 AM
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 #.
2011 Feb 01 11:05 AM
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.
2011 Jan 31 3:49 PM
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
2011 Jan 31 7:08 PM
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