cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing for different material

Former Member
0 Kudos

Dear sd gurus+

MY doubt is how can i do configure ,if i have material a,b,c,d+

if customer purchase a material it is one price,if b along with a price is different price for a same like others+

can u give idea

thanks a lot

Accepted Solutions (0)

Answers (4)

Answers (4)

gomatheeswaran_palaniappa
Active Contributor
0 Kudos

Hi,

Please explore group condition type concept. I think you can fit in your logic into this concept.

You have to group the materials and apply discount / surcharge based on scales defined in a group condition. Group condition will read the individual netvalue of every item and distribute discount / charge to all the line items and make you achieve the net value as you need.

Please go through this for more:- [Group conditions|http://help.sap.com/saphelp_46c/helpdata/en/1c/8c8b518d8c11d199a30000e8a5bd28/content.htm]

Regards,

P Gomatheeswaran

jignesh_mehta3
Active Contributor
0 Kudos

Hello,

Changing Price Manually in Sales Order, as & when required is not a good idea & your client will not accept the same.

You can look for some un-used feilds in Sales Order (e.g. Pricing Group, Material Pricing group, Price List at sales B tab in Sales Order Line Item Details).

Now for example in IMG - Sales and Distribution - Basic Functions - Pricing - Maintain Price-Relevant Master Data Fields -

Create combination like A only, A + B, A + B + C, A+ D, etc...

Now insert one of the above feilds in your Pricing Condition Table & maintain Conditions records for the same.

Now while creating Sales Order, user will just have to select one of the combination above & system will determine relevant Price from Condition Records.

Hope this helps,

Thanks,

Jignesh Mehta

former_member765905
Contributor
0 Kudos

Hi Expert,

In Pricing Condition Types we assign the Access sequence, with the help of it we can use the combination in T-Code: VK11 to maintain Tax Rates with different Material combination.

To Maintain Tax Rates with respect to Materials in T-Code: VK11 (Select the Plant and Material Combination). By this the price procedure picks with respect to Material and Plant.

Regards,

GK

SAP

former_member231409
Participant
0 Kudos

Hi Venu,

for this requirment you can fulfilled in 2 ways-

1.can be done by manually .user can change the price manually in sales order.

2. it can be done throught customize user exits.ABAPer has to create a Z-include and add that in the program.there they need to write the piece of codes.and also they need to maintain the check table .that should be the combination of material and price.

hope it answers you query.

regards

Santosh