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: 

strange characters

Former Member
0 Kudos

Hi ,

I am getting strange characters like < in smart form while print preview in production but not in development or quality system.

strange characters are coming while importing the TLINE structure,text entered in business tcode. {standard program SAPLSTXD} in this program i am getting the strange characters.

could you please tell me how to resolve.

regards

RAj.

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

If you are using custom program to print smartform THEN

use fm after READ_TEXT

CALL FUNCTION 'CONVERT_ITF_TO_STREAM_TEXT'

EXPORTING

language = sy-langu

TABLES

itf_text = i_tline

text_stream = i_textstream.

aRs

1 REPLY 1

former_member194669
Active Contributor
0 Kudos

If you are using custom program to print smartform THEN

use fm after READ_TEXT

CALL FUNCTION 'CONVERT_ITF_TO_STREAM_TEXT'

EXPORTING

language = sy-langu

TABLES

itf_text = i_tline

text_stream = i_textstream.

aRs