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

KO01 - Error messages to user

glauco
Active Contributor
0 Likes
566

Hi friends.

I closed my post about how to add ZZfields in KO01, ko02, ko03.

Now I need to give error messages when user let a OBBLIGATORY customer ZZfield empty.

I used user exit (EXIT_SAPMKAUF_003 that's called in PAI of new ZZsubscreen) BUT, when I need to give error message because a field is empty, screen become blocked and all fields become gray (non-editable).

PS: What do you think about changing program (customer screen 0340) with access key to object R3TR, PROG, SAPMKAUF ? We lost SAP Support ??? I only want to change a custom screen !!! I think this way I can give error messages without leting screen blocked to user.

thanks.

Glauco

Hi friends.

I closed my post about how to add ZZfields in KO01, ko02, ko03.

Now I need to give error messages when user let a OBBLIGATORY customer ZZfield empty.

I used user exit (EXIT_SAPMKAUF_003 that's called in PAI of new ZZsubscreen) BUT, when I need to give error message because a field is empty, screen become blocked and all fields become gray (non-editable).

PS: What do you think about changing program (customer screen 0340) with access key to object R3TR, PROG, SAPMKAUF ? We lost SAP Support ??? I only want to change a custom screen !!! I think this way I can give error messages without leting screen blocked to user.

thanks.

Glauco

1 REPLY 1
Read only

glauco
Active Contributor
0 Likes
447

Hi friends.

I have solved it encoding error message in another exit (EXIT_SAPLRKIO_001).