2008 Feb 27 8:24 AM
Hi,
How to create a message class?
What are the transactions used for it.
Give me detailed steps regarding the messages.
Cheers,
Chandru
2008 Feb 27 8:40 AM
Hi,
YOu can create message class in SE91
In this u can define 1000 messages (all types of messges)
with 3 digit no start with 000 upto 999.
You can call this in ur program.
Syntax: Zmess.class name E(3 digit no.)
I(3 digit no.)
S(3 digit no.)
W(3 digit no.)
E error message, I infomation message, S status message, W warning message,
Regards,
kavitha.
HI
goto se91 transaction------->here u can create message class.
give the message class name--->create a class>give short description -
message -
u can give a three digit number.
Edited by: Jyothsna M on Feb 27, 2008 10:11 AM
2008 Feb 27 8:27 AM
Check transaction SE91 to create message class and messages for the class.
2008 Feb 27 8:30 AM
Hi,
Goto Tcode SE91-->
1. Enter Message Class Name .select Radio button Messages
2.Give short description
3.Click ON Messages Tab -->Give all required messages There.
2008 Feb 27 8:41 AM
Hi Murali,
Thanks a lot for ur reply.
I have one more doubt what is the maximum length of the message class name?
What are the different types of messages Available?
Cheers,
Chandru
2008 Feb 27 8:40 AM
Hi,
YOu can create message class in SE91
In this u can define 1000 messages (all types of messges)
with 3 digit no start with 000 upto 999.
You can call this in ur program.
Syntax: Zmess.class name E(3 digit no.)
I(3 digit no.)
S(3 digit no.)
W(3 digit no.)
E error message, I infomation message, S status message, W warning message,
Regards,
kavitha.
2008 Feb 27 8:42 AM
Hi,
Use transaction SE91. U can add messages to this class in the message tab. And u can use this z class directly in ur program.
Regards,
Ramya
2008 Feb 27 9:03 AM
hi,
the maximum length of message class is 20 characters and there are 6 types of messages.
E-Error message.
I-Information message.
W-warning message.
S-status message
X-Exit message
A-Abort(termination) message.
Regards,
vineela.
2008 Feb 27 9:11 AM
HI
goto se91 transaction------->here u can create message class.
give the message class name--->create a class>give short description -
message -
u can give a three digit number.
Edited by: Jyothsna M on Feb 27, 2008 10:11 AM
2008 Feb 27 9:17 AM
2008 Feb 27 9:24 AM
Hi,
MESSAGE CLASSES:
-
Message Classes are container of user-defined messages. We can create our own messages to be displayed in the screen and we can create these messages in a message pool inside the message class.
SE91 is the Tcode to create a message class.
The created messages can be called from programs using the statement 'MESSAGE'.
SYNTAX:
MESSAGE <type_of_message><message id>(message_class).
TYPES OF MESSAGES:
-
S - Status message.
I - Information message.
E - Error message.
W - Warning message.
A - Abort message.
T - Terminate message.
You can create up to 1000 messages in a single message class. The message id ranges from 0 - 999.
Regards,
Priya.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |