cancel
Showing results for 
Search instead for 
Did you mean: 

How to navigate one SAP Ui5 to the other?

former_member850705
Discoverer
0 Kudos

Hello all.

I created a login view in the Ui5 framework. I could not navigate to the next view. I also included router line of code in the component.js file. When i run that in the browser i could not navigate to the next view. What i should do ?screenshot-64.png

former_member27
Community Manager
Community Manager
0 Kudos

Hi pavi07,

Welcome to the SAP Community! Thank you for visiting us to get answers to your questions.

Since you're asking a question here for the first time, I'd like to offer some friendly advice on how to get the most out of your community membership and experience.

First, please see https://community.sap.com/resources/questions-and-answers, as this resource page provides tips for preparing questions that draw responses from our members. Secondly, feel free to take our Q&A tutorial at https://developers.sap.com/tutorials/community-qa.html as well, as that will help you when submitting questions to the community.

Second, if you're interested in connecting with community members, please pay a visit to our new Welcome Corner thread with advice from our champions. You'll need to sign up, but it's a great way to interact with peers and get to know other experts!

https://groups.community.sap.com/t5/welcome-corner-discussions/advice-from-sap-champions-questions-a...

Finally, I recommend that you include a profile picture. By personalizing your profile, you encourage readers to respond: https://developers.sap.com/tutorials/community-profile.html.

I hope you find this advice useful, and we're happy to have you as part of SAP Community!

Regards,

Dedi

david_bizer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

do you have set up the routes and targets for the second page in the manifest.json file correctly? Maybe check. Otherwise you could show more information like console log etc.

Best regards

View Entire Topic
rabipanda
Explorer
0 Kudos

Hi,
I think manifest routes and targets are missing because of which navigaiton is not happening. Please check that.
Thanks

former_member850705
Discoverer
0 Kudos

Hi.

Yeah i included. Here i attached the manifest routes and targets.screenshot-66.png . But then it is not navigated.