Adding a New Message to an Existing Message Class

You add a message to a message class in order to group it.

Prerequisites

A valid message class must exist in the ABAP repository.

Context

You assign a message to a message class when creating a message.

Procedure

  1. Choose Start of the navigation pathGoto Next navigation step MessagesEnd of the navigation path.

    The system displays a list of all messages belonging to the message class.

  2. On the application toolbar, choose Next free number.
  3. Choose  Selected entries.

    The next free line is ready for input.

  4. Enter the text for the message.

    If the text is self-explanatory, choose the corresponding checkbox in the Self-explanatory column. If not, in the application toolbar, choose the Long text pushbutton and add a description of the message.

  5. Choose  with the quick info text Save.

Results

The system creates the message in the development object Message Classes and can be called in an ABAP program using the message statement. The message is stored in table T100 and can be displayed.