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

Routine in VOFM

Former Member
0 Likes
767

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

4 REPLIES 4
Read only

Former Member
0 Likes
710

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

Read only

Former Member
0 Likes
710

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?

Read only

0 Likes
710

Check the XKOMV table.. I think you need to write VOFM formulas condition value or condition base value..

Read only

Former Member
0 Likes
710

Hi,

Use VOFM->FORMULAS-> CONDITION VALUE and write logic based on XKOMV structure values. This will serve your purpose.

Regards,

Gaurav