cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing based on factory calendar

Former Member
0 Kudos

Dear All,

The requirement which I have is as follows:

While creating a Sales Order Pricing should check the sales order date & factory calendar date and charge a surcharge if it’s a public holiday.

In the factory calendar the holiday calendar is assigned.

Can you plz suggest how to handle this issue?

Thanks & Regards,

Subodh Kumar

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Please include your surcharge condition type in your pricing procedure where it is required based on your calculation. In the requirements please write a code to check the sales order date with the holiday calendar in the factory calendar and then calculate the surcharge value. You need to note that while writing the code the system is just supposed to pass thro' if it is not a public holiday.

Once you do this, the pricing procedure would stop and calculate the surcharge everytime it finds a public holiday otherwise it would just pass thro'.

If you have difficulty in writing a code for the factory calendar directly, make use of the field which is there in the sales organisation definition ( there also you have the factory calendar) based on which the entire process for sales is carried out.

Hope it helps.

Former Member
0 Kudos

Friend,

Go to that condition type in vk11 and select scales on top and in that scale basis give as time period scale and save it.Reward if useful.

Former Member
0 Kudos

Hi

You can have combination of material with factory calender as condition table

Former Member
0 Kudos

You can create the conditon record on date and price for normal and create another condion record for holiday, put a higher price and so on.

eg 1 /010/2007 to 14 Aug 2007 - 100

15 AUG 20007 TO 15 AUG 2007 -120

16 AUG 2007 TO 10 SEP 2007 -100

REWARD IF USEFUL

RAJESH