‎2008 Jan 21 4:15 PM
hi all
What is message management give me the types
of messages
thanks
swetha
‎2008 Jan 21 4:18 PM
Hi Swetha,
Messages are single texts, stored in table T100, that you can maintain in Transaction SE91 or by forward navigation in the ABAP Workbench. T100 has the following structure:
Language key
Twenty-character message class
Message number
Message text (up to 72 characters)
Message classes assign messages to an application (of a specific package, for example), and the message numbers identify the individual messages within the message class. When you call a message in ABAP, you need to specify the message class and message number. The language key is supplied by the system according to the system language environment.
For information about creating message classes and messages, refer to the Defining Messages section of the ABAP Workbench documentation
See this links
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaad635c111d1829f0000e829fbfe/frameset.htm
Plzz reward if it is useful,
Mahi.
‎2008 Jan 21 4:18 PM
Hi Swetha,
Messages are single texts, stored in table T100, that you can maintain in Transaction SE91 or by forward navigation in the ABAP Workbench. T100 has the following structure:
Language key
Twenty-character message class
Message number
Message text (up to 72 characters)
Message classes assign messages to an application (of a specific package, for example), and the message numbers identify the individual messages within the message class. When you call a message in ABAP, you need to specify the message class and message number. The language key is supplied by the system according to the system language environment.
For information about creating message classes and messages, refer to the Defining Messages section of the ABAP Workbench documentation
See this links
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaad635c111d1829f0000e829fbfe/frameset.htm
Plzz reward if it is useful,
Mahi.