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 class for message id

Former Member
0 Likes
5,265

Hi,

Can you please tell me how to create message text for existing message class

Thanks

Ali

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,288

HI,

use t-code SE91 and create message class.

in your report program heading use MESSAGE-ID <name>.

Senthil kumar

4 REPLIES 4
Read only

Former Member
0 Likes
3,288

HI Ali,

Just go to SE91 -> Give message class name and create new messages in that class.

Regards,

Atish

Read only

Former Member
0 Likes
3,288

Hi

Well do lik ethis ,its better way.no need to create any msg class,its an alternate ways.

MESSAGE e001(01) WITH 'Purchase Requistion no. does not Exist!'

MESSAGE e002(01) WITH 'Purchase Order no. does not Exist!'

MESSAGE i003(01) WITH 'Plant No. does not Exist!'.

Hope u understand.

-->01 can be any no. u want to give.its work like msg class.

Read only

Former Member
0 Likes
3,289

HI,

use t-code SE91 and create message class.

in your report program heading use MESSAGE-ID <name>.

Senthil kumar

Read only

Former Member
0 Likes
3,288

Hi,

Goto SE91

Enter Message Class name.

Select Attributes Radiobutton

Click Change button

One popup window will come for original or logon language.

click on your choice.

change the text and save.

And for Changing or adding new messages in it Select messages tab.

do the above process again

Is this is your requirement