cancel
Showing results for 
Search instead for 
Did you mean: 

Incompletion in pricing

Former Member
0 Kudos

Hi,

We want map one scenario whr orders will be loaded in SAP thro interface .My requirement is that if the customer expected price is less than Vprs cost of material it should give me error in incompletion at item level in sales order.

Please advice.

Thanks,

Pramod

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183879
Active Contributor
0 Kudos

Hi,

You can enable this by a small enhancement.

You have 3 condition types, one for VPRS, one for the price (PR00) and the 3rd for the difference in both. Lets cal lthis condition type as ZDIF. Update this condition type as say Subtotal1

Now update this condition type (ZDIF) only if the difference between VPRS and ur price is lessthan the expected value. You have to enable this by means of a requirement or a condition value routine.

So if the difference is mroethan your expected level, then this condiion type will not have any value. So in this case, subtotal will not have any value.

You have to create an incompletion procedure mentionining the field VBAP-KZWI1.

So the moment the subtotal is not having a value, the doucment will become incomplete. You cannot create further documents.

Now you can come and rectify the value of your price condition type. Once this is done, the c.type ZDIF will be updated with the difference.

Hope this helps.

You can rewrd if this helps.