Hi,
This is for Personas 3.0 only.
In my apps I have made more than one customised flavors for the same tcode for use in different apps.
Let's take an example: I made two flavors Flav_A and Flav_B, both for tcode SM04.
In one app, when i run SM04, I want to go Flav_A, but in another app, when running SM04, we want to go to Flav_B.
But in JS there is only
session.utils.changeFlavor("flavor_id");
where no tcode is specified. When attach such a JS in a button on the SMEN level, personas conplained that it cannot find the flavor. In Personas 2.0 there is command like
swicth flavor(tcode//flavor_name).
Does anyone know in Personas 3.0 how to specify the tcode in the "changeFlavor" command? Thanks.
Dong