Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

condition type issue when quantity change in VA01

Former Member
0 Likes
1,958

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.

8 REPLIES 8
Read only

PeterJonker
Active Contributor
0 Likes
1,617

I think you need to talk to your functional consultant about this. He customized the pricing procedure which is to blame for this.

Read only

rvinod1982
Contributor
0 Likes
1,617

Hi,

Did u check the Analysis of the condition type ZCM1 in VA01??

Also check the condition records in VK13.

Regards,

Vinod

Read only

hiriyappa_myageri
Participant
0 Likes
1,617
Read only

Pawan_Kesari
Active Contributor
0 Likes
1,617

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.

Read only

0 Likes
1,617

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.

Read only

0 Likes
1,617

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.

Read only

Former Member
0 Likes
1,617

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..

https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCwQFjAA&url=http%3A%2F%2Fhel...

Sudesh

Read only

0 Likes
1,617

Hi,

Can we add some enhancement code there to restrict that condition type where that ZCM1 is getting triggered...?

Regards,

Saida Reddy.M