Hi Experts,
I am working on a requirement where a charge is needed to be calculated based on some logic. I am planning to create a zvariant to incorporate this logic and use it in my rate steps. The problem is: the logic (zvariant) does not need any I/P from any of the executed schema step, however, I definitely need the Output (which will be a factor value, calculated at runtime in zvariant FM) from it, since this factor value will be used in other rate steps. I know its not possible to define an output without defining an Input in variant.
So, I decided to choose another way where i planned to populate the factor value in run time operand during the zvariant execution. The problem i am facing here is i am not able find any way to update run time operand within the z variant FM.
Can any one assist me on how to update the run time operand in zvariant FM without passing the value as O/P to the variant.
Thanks!!!