Hi Persona Experts,
As we know we can have multiple flavors possible for a particular transaction code.
I have below listed scenarios.
SAP Transaction 1(T1) -> 3 Flavor (T1.Flavor 1 ,T1.Flavor 2, T1,Flavor 3)
SAP Transaction 2(T2) -> 3 Flavor (T2.Flavor 1 ,T2.Flavor 2, T2,Flavor 3)
SAP Transaction 3(T3) -> 3 Flavor (T3.Flavor 1 ,T3.Flavor 2, T3,Flavor 3)
I would like to implement below sequence..
T1.Flavor 1 -> T2.Flavor 1 -> T3.Flavor 1 (as Default Flavor)
T1.Flavor 2 -> T2.Flavor 2 -> T3.Flavor 2 (as Default Flavor)
T1.Flavor 3 -> T2.Flavor 3 -> T3.Flavor 3 (as Default Flavor)
Currently we can have only 1 default flavor possible for single Transaction, so it will be easy to get only 1 of above scenarios realize using set default flavor options.
How can we achieve above scenarios... depending on current flavor ->>select next flavor linking/Mapping dynamically
Please let us know is it possible? How?
Regards,
Rakesh Mourya.