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

Message with user text.

Former Member
0 Likes
518

Hi Freinds,

Im using statement 'MESSAGE I002(ZMSG_PM) WITH 'ABCBMMMMM'.

But the message displays the message stored in 002 in message class zmsd_pm andit does not show 'ABCBMMMMM'.

I want to display message with the message defined in msg class with some additional data.

How to do this

Thanx

RR

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
477

did you define a place holder in your message class like this &1? This place holder will be replaced by your user data in quotes.

3 REPLIES 3
Read only

Sm1tje
Active Contributor
0 Likes
478

did you define a place holder in your message class like this &1? This place holder will be replaced by your user data in quotes.

Read only

Former Member
0 Likes
477

Try to do it like this

Message I001(0) with 'ENTER A VALID MATERIAL NUMBER'.

Thanks and Regards

Arun Joseph

Read only

Former Member
0 Likes
477

You can also use

message i000(oo) with text_01 text_02 text_03 text_04.

Where text_01 - 04 can each have up to 50 characters.

Regards,

Michael