2013 Oct 17 11:39 AM
Hi Experts,
I have a requirement below.
In va01 t-code, when i want to create sales order with reference to billing document, when i check for the item condition types for the total order quantity 10, it is working fine. but when i change the order quantity less than 10, there is one extra condition type is showing as ZCM1 in the item conditions tab.
i checked it through debugging, but i can't find any code or Enhancements for it. i checked in VOFM t-code also for any routines. but no routines for this condition type ZCM1.
from the functional point of view , ZCM1condition type has been pulled from determined pricing procedure ZREFIN due to condition update.
Can you guys please help how to restrict that additonal condition type ZCM1 when order quantity changes...?
Best Regards,
Saida Reddy.
Hi Experts,
I have a requirement below.
In va01 t-code, when i want to create sales order with reference to billing document, when i check for the item condition types for the total order quantity 10, it is working fine. but when i change the order quantity less than 10, there is one extra condition type is showing as ZCM1 in the item conditions tab.
i checked it through debugging, but i can't find any code or Enhancements for it. i checked in VOFM t-code also for any routines. but no routines for this condition type ZCM1.
from the functional point of view , ZCM1condition type has been pulled from determined pricing procedure ZREFIN due to condition update.
Can you guys please help how to restrict that additonal condition type ZCM1 when order quantity changes...?
Best Regards,
Saida Reddy.
2013 Oct 17 11:53 AM
I think you need to talk to your functional consultant about this. He customized the pricing procedure which is to blame for this.
2013 Oct 17 11:54 AM
Hi,
Did u check the Analysis of the condition type ZCM1 in VA01??
Also check the condition records in VK13.
Regards,
Vinod
2013 Oct 17 11:58 AM
2013 Oct 17 12:38 PM
Hi,
Firstly you need to check analysis of pricing before and after condition type ZCM1 is added to order.
In my opinion logic to add based on quantity is in requirement routine of condition.
To find out requiremtn routine on condition type Follow path SPRO->Sales and Distribution->Basic Functions->Pricing->Pricing control->Define and Assign Pricing procedure. Select Maintain pricing procedure. Select your pricing procedure from list, which I think is ZREFIN, double click on control data. Find condition type ZCM1 and under column 'Reqt' you will see requirement routine assigned. Check what is logic in that.
Regards,
Pawan.
2013 Oct 17 1:06 PM
Dear Pavan,
I am don the procedure which u have given above. but there are no routine no. under column 'Reqt' for ZCM1 Condition type.
Best Regards,
Saida Reddy.
2013 Oct 18 3:31 PM
Hi,
Did you check pricing analysis before and after condition get assigned to order.
Analysis can be accessed from condition tab in sales order. It will give you explanation why condition is included in order. If its coming from condition table then it will be detailed in analysis.
Regards,
Pawan.
2013 Oct 18 4:12 PM
Hello Saida
your condition type ZCM1 is actually copied form std, condition type ICM1 which is for price and tax. Please check below link for config document, read page 14 and check settings in your system as per this document.
Hope this helps you to understand why it is there..
Sudesh
2013 Oct 22 8:56 AM
Hi,
Can we add some enhancement code there to restrict that condition type where that ZCM1 is getting triggered...?
Regards,
Saida Reddy.M