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

Error in displaying error message

Former Member
0 Likes
587

Hello All,

I need to display a warning message in a Sales Order transaction...

I am able to do that alright...but the issue is i am using a Z class and I have to display the message "Please enter complete PO number in Header details u2013 Text u2013 Billing Instructions." but in my case the '-' is getting converted to a '#'...

What can be done to avoid this ??

Thanks,

Tatvagna Shah.

4 REPLIES 4
Read only

Former Member
0 Likes
543

Hi,

Why do not you take '-' in text field.

"Please enter complete PO number in Header details " u2013 Text u2013" Billing Instructions."

Thanks & regards,

Shreemohan

Read only

Former Member
0 Likes
543

HIi ,

Take each portion of messages in direrent string and the concatenate all the string to another string seprated by '_'.

Try this

Hope its work

Thanks

Shambhu

Read only

Former Member
0 Likes
543

Hi ,

try with concatenate statement.

Please let me know if you still need any more help.

Thanks and regards,

Rajeshwar

Read only

0 Likes
543

Not working using concatenate...

I tried using a custom message class and adding a message to it...this gave me an error message initially, but seems to be working now....

Keep you guys posted...

Cheers,

Tatvagna Shah.