cancel
Showing results for 
Search instead for 
Did you mean: 

Want to give Discounts for Web orders

0 Kudos

Hi SAP Guru's

     My Client want to give 2 % discount on Web orders. eg: Suppose if a customer buys a products from Web, this order should granted 2% discount on total value.

So please suggest me how to configure in Sap.

Thanks in Advance

Regards

Rao

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182378
Active Contributor
0 Kudos

1) Create condition table V/03:

This condition table should have field Order type (AUART)

Name this new condition table starting with 9 (e.g. 912)

2) Create access sequence V/07:

in this access sequence put the condition table created in point 1

3) Create a condition type V/06:

Make a copy of K007, e.g. ZZZK. Because K007 has Calculation type = A (percentage). You want to give 2% discount.

4) Include this condition type ZZZK in your pricing procedure V/08

at the correct level (e.g. levels = 1, 2, 3...10, 11, 12...........)

5) Create a condition record VK11:

Here in ZZZK, user would have to give Sales document type (Web order = e.g. ZZOR) and discount 2%

6) Create sales order, of sales document type Web order and test if the discount is being populated.