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

Reg : messages

Former Member
0 Likes
896

When I use message type 'W' - Warning

I am getting Error message .

Pls tell how to resolve this.

When I use message type 'W' - Warning

I am getting Error message .

Pls tell how to resolve this.

5 REPLIES 5
Read only

Former Member
0 Likes
876

hi Jean,

Check if there are any error message is being written before triggering the warning message.

Regards,

Santosh

Read only

Former Member
0 Likes
876

Are you running it in background?

Thanks,

Balaji

Read only

0 Likes
876

No , not in background or any other events ,

I have written the message as,

message 'Test' type 'W'.

this is the only statement in my program.

I have tried with message class also ,but getting the same o/p.

Read only

rahulkavuri
Active Contributor
0 Likes
876

Please check if you given the Message-ID in the start of the program

Read only

Former Member
0 Likes
876

Hello Jean,

This is the nature of the warning message.

Even though if u use W, the message will appear as Error.

It depends upon the events you are using to trigger the warning message

WARNING MESSAGE can be triggered only in PBO event.

LIke in AT-SELECTION SCREEN OUTPUT.

SO trigger the message in any of above events.

Thanks !!!

Vasanth