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

Unable to change error message class indicator

suityan98
Explorer
0 Likes
1,175

I try to change the error message indicator from

to .

I change my code from bellow:

 message W101(ZPP) with 'PPTMEL' lv_value lw_resb-charg .

to

 message E101(ZPP) with 'PPTMEL' lv_value lw_resb-charg .


However nothing change, hopefully can get some advise.

I try to change the error message indicator from

to .

I change my code from bellow:

 message W101(ZPP) with 'PPTMEL' lv_value lw_resb-charg .

to

 message E101(ZPP) with 'PPTMEL' lv_value lw_resb-charg .


However nothing change, hopefully can get some advise.

1 REPLY 1
Read only

thierryricard72
Explorer
0 Likes
1,132

Hello,

do you have activiate your code ?

Thierry