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: 

PO Vendor Confirmations User exit

Former Member
0 Kudos

Hi all,

I'm using EXIT_SAPMM06E_013 for changing the Vendor Confirmations in ME22n.

I'm validating data in this exit(using EKES table), if fails I need to display the error message in this transaction. This exit triggers and it is displaying the Information message instead of error message and teminates the transaction giving the error 'Error in method PO_POST'.

Anybody faced such type of problem before? Please help me in this.

Is this the right exit I'm using?

Regards,

SP Kumar

1 REPLY 1

Former Member
0 Kudos

Hi,

Do the checks in the user exit EXIT_SAPMM06E_012 and use the macro

mmpur_message

to display the messages in the error log popup..

Ex...

MMPUR_MESSAGE 'E' '00' '208' 'Error in Confirmation' SPACE SPACE SPACE.

Thanks

Naren