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

User exit MM06E005

Former Member
0 Likes
389

Hello experts,

I am using user exit MM06E005 i have added two fields at item level . now my requirent is at save event these two fields should not be empty . for that i have used 'EXIT_SAPMM06E_013' in the same exit and validate with error message but when this message fires after that i got one systm message "System error (error in method PO_POST)". Plz give some solutins.

Hello experts,

I am using user exit MM06E005 i have added two fields at item level . now my requirent is at save event these two fields should not be empty . for that i have used 'EXIT_SAPMM06E_013' in the same exit and validate with error message but when this message fires after that i got one systm message "System error (error in method PO_POST)". Plz give some solutins.

1 REPLY 1
Read only

Former Member
0 Likes
343

Hi,

you can't throw messages during update. Please use EXIT_SAPMM06E_012 for data checks.

Regards,

Klaus