cancel
Showing results for 
Search instead for 
Did you mean: 

Navigation parameters to call standard Web Dynpro app

Vijay
Active Contributor

Hi All,

I have created an OVP and navigating to standard Market Segment app.

Now, there are two versions of Market Segment app available, BEx Query based and the Web Dynpro Based with same Semantic object and Action. By Default, BEx Query app is getting called. I want to navigate to the Web Dynpro app instead.

How can i achieve this?

Also, i can see additional parameter for Web Dynpro app in Fiori Library

sap-ui-tech-hint = WDA

i believe if this is passed along with Semantic object and action it will work. But i am not sure , how to pass this.

Thanks for you help wit this!

Regards

Vijay

Accepted Solutions (0)

Answers (1)

Answers (1)

filipn
Active Participant
0 Kudos

Hi Vijay,

You're correct about that parameter. You have to check the Fiori Launchpad Designer, and edit your business catalog which is mapped to your account (there might be multiple same business catalog, even you own crated business catalog). Feel free to add or remove "sap-ui-tech-hint=WDA" from the target mapping. The configuration would look like this:

e.g. for Market Segnment Actuals:

Semantic Object: MarketSegment

Semantic Action: analyzeActuals

Parameter Key: sap-ui-tech-hint

Parameter Value: WDA

Regards,

Filip


Vijay
Active Contributor
0 Kudos

Thanks Filip for your response.

Actually tiles are existing in business catalog for both the Web Dynpro (with parameter) version and BEx query version.

Issue is , when i am navigating from OVP using Intent based navigation, i can pass only semantic object and action (which is same for both) and it calls the BEx query tile. I want it to call Web Dynpro one.What should i do to achieve this?

I even tried to create a new tile with different action keeping rest of the configuration same as the standard tile. But, that ended up with error " Navigation not supported for this app".

Thanks

Vijay