Hello everyone,
I am currently working on a system where I have multiple flavors for the same T-Code.
My issue is that I am unable to make the switch to different flavors dynamically.
Here's what I have to do:
If A
Switch Flavor Z_A
If B
Switch Flavor Z_B
Here's what I'd like to do instead:
define args.condition as A or B
If condition IS NOT EMPTY
Switch Flavor Z_{condition}
My problem is that the 'Switch Flavor' command takes hard coded values only and does not allow variables.
Anyone has a work-around for this? I need to reduce my number of 'IF statements' for increasing performance.
Note: I am currently using Personas 2.0.