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: 

Urgent. User exit to change an ekpo field

former_member329522
Participant
0 Kudos

hi all, im trying to modify the AUREL in a user or a badi, when i create a purchase order, depending a flield of header... but i can´t... The badi doesn´t works, there arent methods with header and item to change...

I have also a user ( EXIT_SAPMM06E_013 ). It has the tables ekko and ekpo, but when i tryed to change aurel, SAP delete my modification after the user exit.

Help me Please.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Try the BADI : ME_PROCESS_PO_CUST

use the method PROCESS_ITEM

the structure mepoitem have the field AUREL,

modify it and see.

reward if useful

regards,

ANJI

2 REPLIES 2

Former Member
0 Kudos

Hi,

Try the BADI : ME_PROCESS_PO_CUST

use the method PROCESS_ITEM

the structure mepoitem have the field AUREL,

modify it and see.

reward if useful

regards,

ANJI

0 Kudos

yes, but that method runs at modify an item... I need to modifi it when save.