cancel
Showing results for 
Search instead for 
Did you mean: 

€ symbol in Adobe Form

former_member622551
Participant
0 Kudos

Hello,

I'm trying to write a € symbol but when I print the document I get a small box.

Total (Lieferant) ¤5,000

Does anyone how to write a € symbol?

This is how I set up the pattern for the field:

Thank you very much!

Accepted Solutions (0)

Answers (1)

Answers (1)

varun_vadnala3
Active Participant
0 Kudos

Instead of using pattern cant you use concatenate statement.?

Or

cant you use text fields with caption as Euro symbol?

former_member622551
Participant
0 Kudos

This field comes from a Calculate javascript.

Maybe there is a way to concatenate in Javascript but is not working for me because the field where the field is shown is a decimal field.

varun_vadnala3
Active Participant
0 Kudos

+ is the operator used concatenate in java script

former_member622551
Participant
0 Kudos

Thank you Varun,

I user an external variable to do this because with javascript i was not able to do it.

Florian
Active Contributor
0 Kudos

Hi JAvier,

did you check on the Adobe-Version you are using? Normally there is no problem with that way...

A workaraound would be, that you just put your hole string in the interface. You know, calculate your value in ABAP (you wrote you do already) and then also concatenate in ABAP in a Textvariable and pass that to the interface instead of your currency-value.

Just a workaround, if you doesn't find your solution by checking the version as mentioned above.

Regards

Florian