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: 

popup error message in user exit

Former Member
0 Kudos

when i developed a user exit for order check

i want to popup a error message

and make some fields on screen can be changed

but by standard,if i popup a E msg,the screen will lock all fields

user can not change anywhere

the user exit name is "PPCO0007"

2 REPLIES 2

Former Member
0 Kudos

Try changing to a warning 'W' message type.

Regards

Gareth

Former Member
0 Kudos

check the BADI itself.

in BADI it will allow to change even after error message.

Regards

Prabhu