cancel
Showing results for 
Search instead for 
Did you mean: 

Discount Voucher Monitoring and Application in PO

Former Member
0 Kudos

Hi,

Here's our scenario:

We have purchases that are in high amount. Because of this, sometimes our vendors give us discount vouchers. But we can only use that as payment for our next purchase.

Requirement:

1. These vouchers are considered to be savings for our company. That savings need to be tracked buy our buyers because it's part of their KPI. For example if buyer1 was able to get USD 1,000 worth of voucher and in his other PO he was able to get another voucher worth USD 2,000. We need to output in a report that he was able to give the company USD 3,000 worth of savings. How can we handle the recording of these savings in our PO?

2. We need to now apply the voucher in our PO such that if I'm buying worth USD 3,500 I should be able to make my USD 3,000 voucher as a discount or rebate or whatever is the appropriate term. How can we do this?

3. We want to also monitor how much (value and quantity) voucher is left.

Hope you can guys help us. Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member233510
Active Contributor
0 Kudos

No voucher concepts exists in Materials Management, you've to build custom report for this.

Method 1:

1) Create Z transaction with following parameters and store these informations in Ztable.

     Purchase order number

     Buyer Name

     Discount obtained

     Discount applied

Method 2:

1) Create Buyer as Purchasing group

2) Create Purchase order with Buyer code (Purchasing group) and discounts as either header or item conditions

3) Use any pricing function modules (Eg: ME_PO_PRICE_SIMULATION) read the discount condition value and store it in a Ztable with PO number.

4) Create custom report, extract the discount data from Ztable and display along with buyer code (Purchasing group), Purchase order number.