简体   繁体   English

以编程方式创建 SAPUI5 应用程序?

[英]Create SAPUI5 application programmatically?

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?如果可能的话,如何从现有和正在运行的 SAPUI5 HTML5 应用程序在我的 SAP HANA 云平台帐户上创建新的 SAPUI5 应用程序?

UPDATE:更新:

I don't want to enter the cockpit, I want to create a new app on my account using only Javascript/SAPUI5/whatever.我不想进入驾驶舱,我想仅使用 Javascript/SAPUI5/任何东西在我的帐户上创建一个新应用程序。 I need that process to be automated.我需要这个过程是自动化的。

You can copy an HTML5 application in the following way:您可以通过以下方式复制 HTML5 应用程序:

  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.克隆现有应用程序和新应用程序的 Git 存储库,并将存储库内容复制到新应用程序中。
  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.在主控室中,为新应用程序中的新提交创建一个版本,并激活该版本。

正如 SAP 告诉我的那样,截至目前,不可能按照我的要求去做。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM