‎2008 Jan 22 6:40 PM
HI,
Whats the transaction to create a message classes.
Thanks,
Raju.
‎2008 Jan 22 6:41 PM
‎2008 Jan 22 6:41 PM
‎2008 Jan 22 6:44 PM
Thanks Kris,
I guess you got me wrong.
Transaction to create all message and use this message in my ABAP program.
Let me know if u need more.
Raju
‎2008 Jan 23 9:20 AM
Hey raju,
just write the statement as " message W001(zmsg1)." in ABAP Program and click on the W001 it will take you to the message maintanance window.
hope this will useful to u.
‎2008 Jan 23 11:00 AM
Hi Raju,
There are two type of messages.
1)Dynamic messages:
message 'Please provide valid input' type 'E'.
2) Static Messages :
If the same message is reused for other report also then we will create this type of message.
like : message W001(zmsg1).
For this you have to create message class or use existing one.
W001: Warning message.
zmsg1: message class.