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: 

Can't display Japanese currency symbol (¥)in PDF output of smartforms

lucy_gray2
Active Participant
0 Kudos

Hi Experts,

I am developing a couple of smartforms & one of the requirements is to display Yen ( ¥ ) symbol before displaying the total amount.

In print preview it is displaying properly, but if i download this form into Pdf then it shows as #.

Kindly suggest me how display this symbol in PDF.

Thanks in advance,

Lucy

1 ACCEPTED SOLUTION

lucy_gray2
Active Participant
0 Kudos

Hi All,

Thanks for taking the time to reply.

I would like to share how I solved this issue.

Hope this helps others facing the same issue.

Go to the below link and copy the Yen symbol available here.(If you look closely, it is a bit different from the ones we type using our keyboard.)

Type euro symbol, pound symbol, cent symbol, yen symbol, and other currency symbols online

Now set this symbol to a variable like:

GV_YEN = '¥'.

Finally, just input this variable in the text editor instead of directly typing/pasting this symbol.

&GV_YEN&&GV_AMOUNT&

Best Regards,

Lucy

4 REPLIES 4

romit_raina
Active Participant
0 Kudos

Hello,

Goto your text Editor and go to change editor -> now where you have placed Yen ( ¥ ), remove this text .

From above Menu bar you can find the  INSERT  ->CHARACTERS -> DISPLAY CHARACTERS .

Select Yen ( ¥ ) form there

Hope this will solve your problem .

Stay Awesome

Romit Raina

0 Kudos

Hi Romit,

Thanks for your response but unfortunately the method suggested by you didn't work.

But I would like to share a way I found, to get around this issue.

Hope this helps others facing the same issue.

Go to the below link and copy the Yen symbol available here.(If you look closely, it is a bit different from the ones we type using our keyboard.)

Type euro symbol, pound symbol, cent symbol, yen symbol, and other currency symbols online

Now set this symbol to a variable like:

GV_YEN = '¥'.

Finally, just input this variable in the text editor instead of directly typing/pasting this symbol.

&GV_YEN&&GV_AMOUNT&

Best Regards,

Lucy

yiming_zhang
Explorer
0 Kudos

Hello Lucy,

I think you can try cascading font device type SWINCF or PDFUC if the system is Unicode system.
See SAP note 812821.

Best regards,
Yiming

lucy_gray2
Active Participant
0 Kudos

Hi All,

Thanks for taking the time to reply.

I would like to share how I solved this issue.

Hope this helps others facing the same issue.

Go to the below link and copy the Yen symbol available here.(If you look closely, it is a bit different from the ones we type using our keyboard.)

Type euro symbol, pound symbol, cent symbol, yen symbol, and other currency symbols online

Now set this symbol to a variable like:

GV_YEN = '¥'.

Finally, just input this variable in the text editor instead of directly typing/pasting this symbol.

&GV_YEN&&GV_AMOUNT&

Best Regards,

Lucy