Application Development 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: 

Custom Condition Type Routine in VOFM Condition Values

Former Member
0 Kudos

Hello masters,

I am doing an enhancement, which is a custom condition type routine for PO in VOFM.

When the PO only has one line item, the routine works perfectly, but when there are multiple line entries wrong values are passed to the condition values.

My routine loops 3 times which is unexpected, during the first loop the values are correct, but on the 3rd one the value suddenly changes.

Does the routine really loops 3 times? Is this a config matter? Please help.. thanks!!!

2 REPLIES 2

umashankar_sahu
Active Participant
0 Kudos

Dear Engr.Eyis

Check it out whether you are clearing the processed data after updation inside loop in your custom enhancement before end of the loop .

0 Kudos

Thanks for the reply, another approach was used instead.

Thanks Anyway!