‎2007 Oct 27 9:17 AM
Hi,
Can you please tell me how to create message text for existing message class
Thanks
Ali
‎2007 Oct 27 9:56 AM
HI,
use t-code SE91 and create message class.
in your report program heading use MESSAGE-ID <name>.
Senthil kumar
‎2007 Oct 27 9:18 AM
HI Ali,
Just go to SE91 -> Give message class name and create new messages in that class.
Regards,
Atish
‎2007 Oct 27 9:54 AM
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.
‎2007 Oct 27 9:56 AM
HI,
use t-code SE91 and create message class.
in your report program heading use MESSAGE-ID <name>.
Senthil kumar
‎2007 Oct 27 11:53 AM
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