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 value formula

former_member188827
Active Contributor
0 Likes
297

hi all,

IN pricing procedure i have a requirement to multiply two condition values using VOFM -


> Formulas -


> Condition value.

zab = zbc * zcd.

plz let me knw wht steps shuld be taken to achieve this.

rgds

1 REPLY 1
Read only

Former Member
0 Likes
262

Go to VOFM - > Formulas -> ( select a routine if already exists or create a new routine ) -> Click on Source Text ( second button on top ) -> Write your code in the routine. The structure KOMK and the internal table XKOMV are accessible in the routine.