SAP Functional, Basis Components, and ABAP Programming Books


To create a discount on payer level on billing type LR

Tested in 4.6x

This will not have any affect on the sold-to-party price.

If you want a payer based discount on invoice list only. This is what you will need to do:

1.  Check out the pricing procedure RVAA01 and condition type RL00. This pricing procedure is for Germany and the
     discount is factoring discount. But it is payer based discount.

     IMG - Sales and Distribution -> Billing -> Billing documents -> Maintain conditions for invoice lists ->
                Maintan pricing   procedures

2.  RL00 uses access sequence RL00 and condition table 7 which is sales organization/distribution channel/divison/customer
     (payer). If that fits your needs, use it. Otherwise, do the usual create condition table, access sequence and condition type
     configuration.

3.  In the appropriate place in your pricing procedure, add in condition type RL00(or one you created). Be careful to copy the
     requirement routine and condition base value assignments from pricing procedure RVAA01.

Back to Previous

Return to SAP Hints and Tips on Configuration and ABAP/4 Programming