‎2008 Jun 06 7:49 AM
Hi,
I want to change the message type of message no 94775 ,( from warning to error ).
but i am getting a message that " System setting does not allow changes to object MSAG 94".
I am getting this error message in tcode fb70.
Is there any other way to change the message type?
Regards,
Charumathi.B
‎2008 Jun 06 8:27 AM
Hi,
I am afraid that you can't do that.
The setting of Error or Warning is not at Message Class, but at the program.
Example:
MESSAGE E398(00)
WITH 'Goods Issue Date for 1 months take a long time !!'.
Above code display message from message class 00 with message number 398 and message type error(E).
If you need to change message type, you have to change the code in the program.
Regards,