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 Classes

Former Member
0 Likes
677

HI,

Whats the transaction to create a message classes.

Thanks,

Raju.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
645

se91...

Edited by: kris v on Jan 22, 2008 7:43 PM

4 REPLIES 4
Read only

Former Member
0 Likes
646

se91...

Edited by: kris v on Jan 22, 2008 7:43 PM

Read only

0 Likes
645

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

Read only

Former Member
0 Likes
645

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.

Read only

Former Member
0 Likes
645

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.