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

change PO issues

Former Member
0 Likes
438

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?

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
Read only

RaymondGiuseppi
Active Contributor
0 Likes
404

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