Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Changing the message type

Former Member
0 Likes
269

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

1 REPLY 1
Read only

Former Member
0 Likes
238

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,