cancel
Showing results for 
Search instead for 
Did you mean: 

Calculation in Cost Base COPA

Former Member
0 Kudos
653

Dear COPA Expert,

Condition Type: PXXX ($590)- Overridden price at the store

Condition Type: PBEW ($600) - List Price

In COPA, I would like to calculate Price Override Amount = PBEW ($600) - PXXX ($590) = $10 and show as "Price Override Discount".

Is it possible to perform such calculation in COPA?

This calculation is possible in SD using ABAP routine, however, due to performance concern of posting billing document (we have so many billing documents generated per hour), if possible, I would like to perform this calculation in COPA.

Best Regards,

Kimiko

View Entire Topic
0 Kudos

Instead of creating 3 fields you can always create 1) PXXX and 2) override discount field. Use the COPA user exit EXIT_SAPLKEDRCOPA_001 to do the math and populate the override discount. This way you can minimize the data redundancy and improve the performance.

Former Member
0 Kudos

Mahesh,

Thank you very much for the helpful input!

Best Regards,

Kimiko