Application Development 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: 

how to change a message from Error to Warning

former_member143179
Participant
0 Kudos

Dear Sir,

Kindly guide us about how to change a Message from Error to Warning .

<removed_by_moderator>

Rgds

B Mittal

Edited by: Julius Bussche on Sep 6, 2008 11:56 AM

6 REPLIES 6

Former Member
0 Kudos

Change

MESSAGE E000(00). to MESSAGE W000(00).

A

former_member188685
Active Contributor
0 Kudos

you can do this....

message e000(zz) with 'Hello' display like 'W'.

Former Member
0 Kudos

I agree with the above but message type behaves in different contexts depending upon the event so can you tell me which event you are going to use this message.

former_member184657
Active Contributor
0 Kudos

Try hitting F1 on Message and read the F1 Help Documentation.

Then you will have a clear understanding on what your requirement and solution is.

pk

Former Member
0 Kudos

Hello There.

I suggest you must search the forum first,

Check a similar post,

[SDN - Reference - Error message to be converted to warning message|]

Good Luck & Regards.

Harsh Dave

Former Member
0 Kudos

Hi Mittal,

You can use the addition DISPLAY LIKE 'W'.

With luck,

Pritam.