2009 Jul 04 3:20 PM
Hello Friends,
I have a requirement that in sales order, I want to restrict calculating value for ZTEST2 . means I want to calculate this condition value only when there is condition ZTEST1 for that item otherwise I dont want to calculate. what should I do and in which table i get the item level conditions...
Thanks in Advance....
Hello Friends,
I have a requirement that in sales order, I want to restrict calculating value for ZTEST2 . means I want to calculate this condition value only when there is condition ZTEST1 for that item otherwise I dont want to calculate. what should I do and in which table i get the item level conditions...
Thanks in Advance....
2009 Jul 06 5:22 AM
Hi,
You will get the item level conditions in KONV with vbak-knumv as the key.
You need to write a routine thru VOFM & that routine needs to be attached to the condition ZTEST1 in the pricing procedure, which basically is the job of the consultant, as this is customization.
Regards
Raju Chitale
2009 Jul 06 6:12 AM
Thanks for the reply..
But at the time the routine triggers none of the table like konv,konp contains the condition value they are initial...what to to?
2009 Jul 06 6:29 AM
Check the XKOMV table.. I think you need to write VOFM formulas condition value or condition base value..
2009 Jul 08 4:59 AM
Hi,
Use VOFM->FORMULAS-> CONDITION VALUE and write logic based on XKOMV structure values. This will serve your purpose.
Regards,
Gaurav