cancel
Showing results for 
Search instead for 
Did you mean: 

different pricing

Former Member
0 Kudos

Dear sd gurus

                    i am explaining this business process

Materials

1.AB

2 CD

3 EF

                      SUPPOSE if we sell this material individual same price like below given

AB:100 RS,,CD:150 RS,,EF:100RS

BUT IF ONE MATERIAL SELLING WITH ANOTHER ONE LIKE(AB AND CD OR EF) THEN PRICE IS GIVEN BELOW

AB:80 RS

CD:130RS

COULD U EXPLAIN LITTLE BIT HOW WE CAN DO

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183879
Active Contributor
0 Kudos

Hi,

By standard pricing, you may not be able to do it in prices directly. In SAP, pricing is always done at individual material level and hence it is not possible to combine prices for two materials.

However if some materials are ordered, you can decide to give a discount of say INR 20 for every material by using header conditions.

For example, a design is as follows.

You can maintain a Z table where the material combinations can be maintained.

You can also maintain a header discount condition type in the pricing procedure with a calculation type routine.

The routine should look whether all the materials in a record in Z table is available in the SO. If available, then the routine should take the value maintained in the last column (say INR 20) and provide that value as the value of the header condition type. The header discount condition type can then duplicate this value (not distribute in this case). So every item will have a discount of INR 20.

You can try this, if you are ready to develop. If not through coding, you can manage the value of this header condition manually also based on the items in the SO.

Hope this helps.

ravi_kumar100
Active Contributor
0 Kudos

Hi,

You can check the "Bonus Buy " option in SAP RETAIL functionality where we have the Multi and Combo deals as you said above.

Regards,

Ravi