2009 Jun 12 5:39 AM
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...
2009 Jun 12 12:51 PM
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.
2009 Jun 17 8:15 PM