Start of Content Area

Function documentation Notification Output  Locate the document in its SAP Library structure

Use

You can output notifications using the MESSAGE Tnnn(<Class>). or MESSAGE Tnnn(<Class>) WITH <Operand1> ... <Operand4>. statement.

      T is the type of notification ('E' = Error, 'I' = Information). If an error of type 'E' was triggered, the results of the planning function are not copied to the internal transaction data buffer.

      nnn is a three-figure number.

      Class is a message class.

      A maximum of 4 operands can also optionally be given. Operands can either be variables or strings enclosed in apostrophes.

The notifications are collected and displayed after the function has been executed.

Recommendation

We recommend that you create a message class of your own for error messages instead of using the notifications delivered by SAP. Note that you have to transport your own message class from the test system to the productive system.

 

End of Content Area