‎2008 Jan 09 6:59 AM
what for this tcode is?
se91
Edited by: baxter jas on Jan 9, 2008 8:01 AM
‎2008 Jan 09 7:02 AM
‎2008 Jan 09 7:02 AM
‎2008 Jan 09 7:02 AM
This TCode is used to create Message Class Globally, this Message Class can be used in any programs.
Regards,
Satish
‎2008 Jan 09 7:02 AM
T.Code SE91 is used to create Message Classes.
it is used to define the Messages to be displayed.
REward points if useful.
‎2008 Jan 09 7:03 AM
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
‎2008 Jan 09 7:06 AM
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
‎2008 Jan 09 7:08 AM
‎2008 Jan 09 7:09 AM
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.