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

strange characters

Former Member
0 Likes
499

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
Read only

former_member194669
Active Contributor
0 Likes
439

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

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 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
440

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