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

Double Quotes replacement

Former Member
0 Likes
734

Hi All,

In smartforms the output is getting displayed as # document # instead of " Document ".

We have CL_ABAP_CHAR_UTILITIES=>CR_LF for new line. is there any such attriute or constant for " (double quotes).

Thanks,

Bharat

2 REPLIES 2
Read only

ec1
Active Participant
0 Likes
570

Hi Bharat,

Have a look the following thread.

To summarise, the character could be another character that looks like double quote. You should see in debug mode and check hexadecimal value of the character.

Regards,

Stevanic

Read only

Former Member
0 Likes
570

Hi Bharat,

You have to debug the smartform and check what character it is showing in debugging mode.If it showing double quotes then you need to check at basis end for character set used for particular printing device. 

Hope this will help.

Regards,

Sneha.