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

Management

Former Member
0 Likes
414

hi all

What is message management give me the types

of messages

thanks

swetha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
388

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.

1 REPLY 1
Read only

Former Member
0 Likes
389

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.