cancel
Showing results for 
Search instead for 
Did you mean: 

Price Automatic updation

Former Member
0 Kudos

Dear Gurus,

we have 2 kinds of material.1.even 2.odd.

while doing sales of even materials price is 100 (for eg).if we create sales order for odd materials it should automatically update its price to 10 % extra than even materials.

the pricing condition type should update depending on even and odd material.

is it possible to do in standard development or we have to go Zprogram??

plz reply........

thx in adv..........

Accepted Solutions (1)

Accepted Solutions (1)

bsivasankarreddy_reddy
Active Contributor
0 Kudos

hi

please check u condition type for basic price ;

u can do the vk11 for constion recordes matain u , based on this is comes for price derectly and also chec over pricing procedure , for base price of condition type ,

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Odd and Even means whether number of items or you classify materials like odd and even. Please elaborate your requiremement.

Regards

Ashok

Lakshmipathi
Active Contributor
0 Kudos
is it possible to do in standard development

Yes quite possible.

1) Create two Material Pricing Groups in IMG Sales and Distribution > Basic Functions > Pricing > Maintain Price-Relevant Master Data Fields. One would be Odd Materials and another one would be Even Materials.

2) Assign these material pricing groups in respective material master

3) Assign tables like 029 & 030 in your access sequence for pricing

4) Maintain pricing condition based on this material pricing group

5) Now create sale order and check

G. Lakshmipathi

Former Member
0 Kudos

Dear Lakshmipathi,

Thanks for ur Reply,

But my doubt is , how to make price update for odd materials??

How it is possible?

thx in adv..............

Lakshmipathi
Active Contributor
0 Kudos

First of all, what do you mean by odd materials ?? Price update can happen for all open sale orders and I am sure, you should be knowing the option in VA05 Edit > Mass Change > New Pricing.

G. Lakshmipathi

Former Member
0 Kudos

Hi Ramu,

Maintain the same price at VK11 for the both materials and add a new condition type in pricing procedure as Surcharge.

Write the Calculation logic at Alt. Calculation Type for the Surcharge condition type to calculate 10% on Base price.

You can add a Logic for requirement as if ODD Material is entered then read this Condition type.

Or if you don't want to maintain the new condition type please take Abaper help to make the Enhancement

Other please correct if i am wrong

Thanks

Dasaradha

jpfriends079
Active Contributor
0 Kudos

You have a have additional surcharge condition type (%), say, ZSUR under your base price condition type.

Take help of ABAPer to write a routine for "Alternative formula for condition base value". The routine will have logic, where this surcharge will execute only when there is odd quantity entried.

To have automatic surcharge to come in Sales order, maintain condition record with desired %.

For your reference/understanding you can refer, standard condition type KP01-Incomp.Pallet Surch. @ step 805 with Alt. formula for cond base val routine 24-1 if partial quant.

Regards

JP

FYI: My response is based

no. of quantities order,

where order quanties are EVEN

Former Member
0 Kudos

Hi,

You should go for enhancement,use Exit : MV45AFZB - USEREXIT_NEW_PRICING_VBAP CHANGING NEW_PRICING.

  • Example: new pricing, when field 'MATNR' is changed

  • if vbap-MATNR ne *vbap-MATNR.

  • new_pricing = 'B'.

  • endif.

Take help of ABAPer.

Regards

Ram