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: 

BADI ME_PROCESS_REQ_CUST

Former Member
0 Kudos
197

Hi,

I have implemented BADI ME_PROCESS_REQ_CUST for my requirement.

Everything's working fine.

Now, my requirement is to make my code work only if VENDOR is changed in 'Source of Supply' tab, both in Purchase Requisition Create / Change

How can I keep track of the VENDOR change?

When we enter into the BADI ME_PROCESS_REQ_CUST , do we have copy of the previous values

entered into the Purchase Requisition?

Thanks,

Shivaa...

2 REPLIES 2

former_member215917
Active Participant
0 Kudos
78

Hi Shiva,

I am not sure whether BADI holds old values or not before changing it. But, the functionality you want to achieve can be achieved by having global variable holding that perticular value and keeping track of that value in events of BADI.

Gouri.

Former Member
0 Kudos
78

Thnx