‎2007 Jan 02 3:15 PM
How can we know that which message types are used in a program, whats the tcode for message types
‎2007 Jan 02 3:16 PM
‎2007 Jan 02 3:21 PM
Dear Anupam,
Enter TCode --> SE91 --> Enter the name of the Message Class / Create a Message Class.
Regards,
Abir
************************************
Don't forget to award Points *
‎2007 Jan 02 3:36 PM
Hi,
You can create Messages by creating a message class with t-code SE91. But you need to assign this message class in the program. Then you can use this messages in the code . There are 5 types messages.
Error , Success, Information , Abort and Warning.
ex. message E999 ' Error in code'.
Regards,
Jayram..
‎2007 Jan 02 3:39 PM
Hi Anupam,
Messages allow you to communicate with users from your programs. They are mainly used when the user has made an invalid entry on a screen.
To send messages from a program, you must link it to a message class. Each message class has an ID, and usually contains a whole set of message. Each message has a single line of text, and may contain placeholders for variables.
To Create or change or view message class use <b>SE91</b>
To see messages , <b>check T100 Table</b>
Regards,
Raghav