Posts

Showing posts with the label Messages - SAP ABAP

Messages - SAP ABAP

Image
Messages Message type Messages allow you to communicate with users from your programs. They’re used mainly when the user has made an invalid entry on a screens or from different SAP objects (like programs, function modules, exits and enhancements). The message text can be maintained locally in the program or globally using a message class. Messages are raised in the program code via the MESSAGE statement. There are different types of messages that can be displayed based on requirements. Note: Global message texts are stored in table T100 and can be configured using Transaction SE91 . How many types of message types are there? There are 6 message types available as below: A - Used in the terminate the process when there is any error. E - Used to display an error dialog based on program context I - Used to display status information S -   To display the Success or Status message in Green color W - A warning message is prompted based on ...