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

se91

Former Member
0 Likes
2,879

what for this tcode is?

se91

Edited by: baxter jas on Jan 9, 2008 8:01 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,281

To Create a MEssage Class

awrd points if useful

Bhupal

7 REPLIES 7
Read only

Former Member
0 Likes
2,282

To Create a MEssage Class

awrd points if useful

Bhupal

Read only

Former Member
0 Likes
2,281

This TCode is used to create Message Class Globally, this Message Class can be used in any programs.

Regards,

Satish

Read only

Former Member
0 Likes
2,281

T.Code SE91 is used to create Message Classes.

it is used to define the Messages to be displayed.

REward points if useful.

Read only

Former Member
0 Likes
2,281

Hi

This is ABAP Repository Information (search for SAP objects) =>se91.

Donot forgot to reward points

In case of any help pls revert back

Hitesh

Read only

Former Member
0 Likes
2,281

hi,

SE91 is used for Message Maintenance and Report used to generate SE91 is: RSMESSAGES

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.

All messages are stored in table T100. You create and edit them using Transaction SE91. Once you have created a message, you can use it in the MESSAGE statement in a program.

Starting the Message Maintenance Transaction

1. Using forward navigation from the ABAP Editor.

2. You can display the messages for your program from the ABAP Editor by choosing Goto ® Messages. The Maintain Messages screen appears. By default, the system display the message class linked to the current program.

3. You can also enter Transaction SE91.

If you choose Goto ® Messages from the ABAP Editor and your program does not have a defined message class, the system assumes you want to browse an existing class and prompts you for a message class ID.

reward if useful

thanks and regards

suma

Read only

Former Member
0 Likes
2,281

thanx a lot to all the pepole for giving a quick reply

Read only

Former Member
0 Likes
2,281

Hi,

SE91 is for Message Class.

Maintaining Messages

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.

All messages are stored in table T100. You create and edit them using Transaction SE91. Once you have created a message, you can use it in the MESSAGE statement in a program.

For further information about messages, see the messages section of the ABAP Programming Guide.

Starting the Message Maintenance Transaction

Using forward navigation from the ABAP Editor.

You can display the messages for your program from the ABAP Editor by choosing Goto ® Messages. The Maintain Messages screen appears. By default, the system display the message class linked to the current program.

You can also enter Transaction SE91.

If you choose Goto ® Messages from the ABAP Editor and your program does not have a defined message class, the system assumes you want to browse an existing class and prompts you for a message class ID.

For information on creating Message classes refer to:

http://help.sap.com/saphelp_nw04/helpdata/en/cd/5892c9b06311d2957b00a0c94260a5/content.htm

Regards,

Renjith Michael.