cancel
Showing results for 
Search instead for 
Did you mean: 

Button click event, app routing not working in new projects created on SAP BTP trial

VaradBhagwat
Explorer
0 Kudos
268

Hi,

I'm facing issues with basic features like Button click event, app routing not working in BTP trial account. I have created a new simple SAPUI5 project and deployed to CF and accessed in Build Workzone. However, when tested locally it is working normally as expected.

Any suggestions what is the reason for this strange behaviour ! 

Sample screenshot of routing in manifest.json:

VaradBhagwat_0-1733196658777.png

 

 

View Entire Topic
DiegoValdivia
Active Participant

Hi,

I was having this same issue but have solved it now.

It seems some SAP guy was playing around last week with the BAS Fiori Generator and added some bugs to the App Controller. We can tell because the actually added some sapui5 walkthrough code.

I performed the following fix and my app started to work:

DiegoValdivia_1-1733419020690.png

Regards.

 

VaradBhagwat
Explorer
0 Kudos
Thanks. It resolved my problem. you're spot on.