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 type

Former Member
0 Likes
534

How can we know that which message types are used in a program, whats the tcode for message types

4 REPLIES 4
Read only

Former Member
0 Likes
506

SE91 is the TCODE for Message types

Read only

Former Member
0 Likes
506

Dear Anupam,

Enter TCode --> SE91 --> Enter the name of the Message Class / Create a Message Class.

Regards,

Abir

************************************

  • Don't forget to award Points *

Read only

Former Member
0 Likes
506

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..

Read only

Former Member
0 Likes
506

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