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: 

Double Quotes replacement

former_member187452
Contributor
0 Kudos

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

ec1
Active Participant
0 Kudos

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

0 Kudos

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.