‎2008 May 22 9:43 AM
hi,
there is a message FZ144 and this is a information message and i want to convert it to error message....is it possible....
shailendra
‎2008 May 22 9:46 AM
‎2008 May 22 9:46 AM
Hi,
If the message is coming from SAP's standard program it is not possible but if it is coming from your Z prog.,you can write the message as:
MESSAGE '<MSG-DESCRIPTION>' TYPE 'E'.
‎2008 May 22 9:46 AM
‎2008 May 22 10:20 AM
Folks,
The addition DISPLAY LIKE <msgty> works only 4.7 onwards. Please check your SAP release before trying this.
Suresh Radhakrishnan
‎2008 May 22 9:51 AM
It is possible to display as Error message instead of Information message, you just needs to define in message statement.
you can use following way.
REPORT ztest_prg1 MESSAGE-ID FZ.
-
-
MESSAGE E144.
-
.
Regards,
Vishvesh
‎2008 May 22 9:56 AM
If it is a system message you can't change it
However if you have your own custom message you can change it by assigning i to message type.
Message exxx.
where xxx is your 3digit message text.
Regards
Bikas