Create SAPUI5 application programmatically?

747 views Asked by At

If it is possible at all, how do I create a new SAPUI5 application on my SAP HANA Cloud Platform account from an existing and running SAPUI5 HTML5 application?

UPDATE:

I don't want to enter the cockpit, I want to create a new app on my account using only Javascript/SAPUI5/whatever. I need that process to be automated.

2

There are 2 answers

0
keshet On BEST ANSWER

As I was told by SAP, as of now, there is no possibility to do what I asked.

4
oberlies On

You can copy an HTML5 application in the following way:

  1. In the cockpit, create a new application.
  2. Clone the Git repositories of both the existing and new application, and copy the repository content into the new application.
  3. Commit the content in the new application's repository and push the commit.
  4. In the cockpit, create a version for the new commit in the new application, and activate that version.