Context
You create a message class to group and reuse messages in a development object.
Procedure
- In the ABAP perspective, expand the corresponding package node.
- In the context menu of the package, choose .
- In the New ABAP Repository Object window, select the Message Class folder and expand it.
- Choose Message Class.
- Choose Next.
- In the Name field, enter the Name of the new message class.
Note You can enter up to 20 digits, maximum.
- In the Description field, enter a description that provides additional details.
- Choose Next.
- Assign a Transport Request Option and 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.