cancel
Showing results for 
Search instead for 
Did you mean: 

sapui5 extended_runnable_file.html

Former Member

Hi all,

I'm trying to run a sapui5 application.

I go to the project, Run->Run index.html

in the generated URL of the application there is extended_runnable_file.html instead of index.html.

Please any idea ?

Thanks

boghyon
Product and Topic Expert
Product and Topic Expert
0 Kudos

This should solve the problem: https://answers.sap.com/answers/665997/view.html

Accepted Solutions (1)

Accepted Solutions (1)

boghyon
Product and Topic Expert
Product and Topic Expert

This usually happens if ...

  • The Project Type is set to "SAPUI5 Visual Editor" (formerly "UI Adaptation") is enabled.
  • The feature / extension (formerly "plugin") HAT is enabled.

Please deselect these options if they weren't intended and try to run the application again.

Or

AdrianDBorja
Explorer

this solution worked for me. Have to disable Hybrid App Toolkit. My specific issue was Run Configurations parameters I passed is not flowing thru to the applications. thanks

Answers (3)

Answers (3)

Davo
Explorer
0 Kudos

I've seen this happen if you create your UI5 application using the WebUI option New->Quick Start with Layout Editor. Rather use Project from Template.

SergioG_TX
Active Contributor
0 Kudos

you can set the default_file property in the .xsaccess file -

as far as your Run from hana studio - there may be other run configurations on the Run menu ...

Sharathmg
Active Contributor
0 Kudos

Did you manually try to run Index.html? does it stil trigger extendable_runnable_file.html?