cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement discount based on delivery lead time

Former Member
0 Kudos

Hi!

We need to implement material discount (customer specific) as per delivery lead time e.g.

For customer C1 it will be within 10 days price will be 140 Rs, within 20 days price will be 130 Rs, within 30 days price will be 120 Rs and within 40 days 100 Rs. For customer C2 price and delivery lead time will vary.

Please consider me as novice in SAP having very small SAP knowledge.

Accepted Solutions (0)

Answers (1)

Answers (1)

sez41
Active Contributor
0 Kudos

This is not possible in standard. You will need a custom pricing table which would need a possible combination of those fields:

* Sales org

* A distinguisher for customer (it could either be customer or customer group or price group, depending on your system)

* Material group?

* Lead time

You probably will need a z-field (Lead time) on item level, which will be calculated in user exits according to your logic. This field should be included in structure KOMP, and its value must be passed from item table to this structure on proper user exits.

You will need to enter price information for combination of customers/materials/lead times.

In short: You will need a more knowledgeable SD consultant to be able to meet this requirement.