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

SE91 question

Former Member
0 Likes
445

Hello experts,

I want to create a new message in a custom class. The message should be "Use Deferred Discount Document for A&P Process"

I know that '&' stands for place holders, but is there a way to include them as the output of a message?

Thanks in advance!

1 ACCEPTED SOLUTION
Read only

brad_bohn
Active Contributor
0 Likes
408

There are other ways to do it as well, but in the message definition itself, just use a double '&', i.e., '&&'.

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
408

HI can you try like this.

in Se91 just give a & as place holder.

Now raise the message like.

message e000(ZE) with 'Use Deferred Discount Document for A&P Process'.

Read only

brad_bohn
Active Contributor
0 Likes
409

There are other ways to do it as well, but in the message definition itself, just use a double '&', i.e., '&&'.