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: 

change PO issues

Former Member
0 Kudos

when I change PO using t-code me22, we need to change some fields in table ekko . But userexits EXIT_SAPMM06E_012 can't change EKKO. So what can I do when save PO? Using which userexit?

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

There is no exit for this purpose (as far as i know)

You could use EXIT_SAPMM06E_013 which is intended for booking user data in the purchase voucher. There I_EKKO is not changeable, but you could define a field symbol assigned to EKKO(SAPMM06E) or EKKO(SAPLMEPO) depending on the current transaction and directly update fields.

(no warranty)

Regards