cancel
Showing results for 
Search instead for 
Did you mean: 

Making default to remove existing one SAP personas

Former Member
0 Kudos

Hi Team

I have requirement where i can see there is already SAP personas page made as  defaulted . But i want to replaced that page with new SAP personas page(new flavor) to be default to existing link  or might be it can be new link as well. Additionally i would also require to above old default page to be available into this new SAP personas flavour . it this possible and how ?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Aashish,

Your query isn't very clear. Here's what I assume your requirement is - you have 2 flavors: FlavorA and FlavorB. FlavorA is currently the default flavor for your user and you would like to navigate to FlavorB. If you want to do this from within FlavorA, you can do this by creating a script button and using the session.utils.changeFlavor("<id of FlavorB>") API.

Alternatively, if you just want a new URL to navigate to FlavorB, you can use URL parameters like below:

http(s)://<hostname>:<port>/sap/bc/personas?sap-client=<client>&sap-personas-flavor=<id of FlavorB>&~transaction=<transaction>

You can find the flavor ID via a generated URL for any flavor by clicking on the chain link icon in the flavor bar with the flavor selected.

Refer to our knowledge base repository to get familiar with scripting and other topics - Personas Knowledge Base - SAP Imagineering - SCN Wiki

Best regards

Kranthi

SAP Screen Personas Team

Answers (0)