cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Launchpad configuration for SAPUI5 Adaptation project to replace Standard App

0 Kudos
702

Dear Experts,

We have created a variant of Standard app by using Adaptation technique. We configured it successfully with custom Semantic object/Action and it works fine as an independent App tile.

The original standard app of this variant is being called from standard OVP. We need to make the standard OVP call this variant instead of the standard app.

I tried using standard Semantic object/Action with sap-appvar-id parameter but it is not working.

Please guide me how to get the variant called instead of the standard app from other apps.

Thanks,

Vijay

Accepted Solutions (0)

Answers (1)

Answers (1)

silke_arians
Product and Topic Expert
Product and Topic Expert
0 Kudos

In general we no longer recommend creating an additional parameter for the tile/target mapping, like sap-appvar-id or save-appvar-id. If customers created such a parameter in a previous support package, they can continue using it.
Instead we recommend to use unique combination of semantic object/action, see chapter "Settings for SAPUI5 App Variants (created via key user adaptation or an adaptation project)": https://help.sap.com/docs/ABAP_PLATFORM_NEW/a7b390faab1140c087b8926571e942b7/33daedef95454af68903ef1...

However for your use case of replacing the standard app, please

  • create exactly the same target mapping (same semantic object/action/parameters ...) as for the standard app
  • assign your app variant/adaptation project to the same catalog as original app
  • remove the standard app from the catalog

Best regards, Silke