cancel
Showing results for 
Search instead for 
Did you mean: 

SE91 - Need to use a $ symbol in a pop up message

Former Member
0 Kudos

I thought there was a message class / number that is completely free-form ( maybe 000 ?) which would allow

for a $ symbol to be used. I need to write a pop up message "Sales order does not meet the minimum net value of $10,000."

and I've been told we cannot use the $ symbol.

Thank you all -

Accepted Solutions (0)

Answers (5)

Answers (5)

lnlng
Employee
Employee
0 Kudos

I got the same requirement and found this thread.

I solved the problem by using two dollars in message text: '$$'.

former_member183879
Active Contributor
0 Kudos

Hi,

The symbol $ can be used in a message. One of the methods is already given here. If you tell your developer, he will easily enable this for you. Instead of using $ to represent a variable, $ itself can be provided in the message.

Jelena
Active Contributor
0 Kudos

The '$' symbol cannot be used directly in SE91 message text. But you can create a message "Sales order does not meet the minimum net value of &" and then in the program call message like this:

MESSAGE .... WITH '$10,000' .

Former Member
0 Kudos

instead try using the word USD and it should work.

Regards

Sai

Former Member
0 Kudos

If you really can not use $ in your pop up message what about using AUD, USD or whatever currency code is appropriate for your flavour of dollar?

Former Member
0 Kudos

Yes thank you. That was my next option. I am mostly interested in knowing if symbols i.e. $ can be written

into customized pop up mesages.