Show TOC

Creating a Message ClassLocate this document in the navigation structure

Context

You create a message class to group and reuse messages in a development object.

Procedure

  1. In the ABAP perspective, expand the corresponding package node.
  2. In the context menu of the package, choose Start of the navigation path New Next navigation step Other ABAP Repository Object End of the navigation path.
  3. In the New ABAP Repository Object window, select the Message Class folder and expand it.
  4. Choose Message Class.
  5. Choose Next.
  6. In the Name field, enter the Name of the new message class.
    Note You can enter up to 20 digits, maximum.
  7. In the Description field, enter a description that provides additional details.
  8. Choose Next.
  9. Assign a transport request.
  10. Start the creation of the message class with Finish.

Results

In the Project Explorer, the new view is added to the Dictionary folder of the corresponding package node.

As a result of this creation procedure, the editor will be opened. You can now add messages to the message class.