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

Former Member
0 Likes
364

Hi,

I need the user exits/BADIs/BTE in the following events.

1) Just before saving Purchase requisitions and After saving purchase req ( Create and Change)

2) Just before saving Purchase Order and After saving purchase Order ( Create and Change)

Regards,

Ganesh

1 ACCEPTED SOLUTION
Read only

former_member125661
Contributor
0 Likes
332

I have used the following BADIs for Requisitions and POs

me_process_req_cust -before

me_purchdoc_posted -after

me_process_po_cust - before

md_purreq_post - after

me_req_posted - after

2 REPLIES 2
Read only

former_member125661
Contributor
0 Likes
332

What fields are you trying to look/modify or track ?

Read only

former_member125661
Contributor
0 Likes
333

I have used the following BADIs for Requisitions and POs

me_process_req_cust -before

me_purchdoc_posted -after

me_process_po_cust - before

md_purreq_post - after

me_req_posted - after