You can upload an SAPUI5 app to or download it from the SAPUI5 ABAP repository by using the SAPUI5 repository upload and download reports.
To upload, download, or delete a single SAPUI5 app, use the report /UI5/UI5_REPOSITORY_LOAD. Enter the name of the SAPUI5 app and specify whether you want to update, download, or delete it. You can also specify whether or not the line endings are adjusted automatically during the upload. In contrast to the ABAP team repository provider, the report does not offer a built-in code merge.
Prerequisite: The files to be uploaded are located on a HTTP web server.
Enter the relevant parameters and specify whether or not the line endings are adjusted automatically during the upload. You can also provide the parameters in the file .Ui5RepositoryUploadParameters located in the archive. Each line represents a parameter. The format is <parameter name> = <parameter value>.
The functions of the reports are also available in the RFC-enabled function module /UI5/UI5_REPOSITORY_LOAD_HTTP. It can be called remotely, for example, from Maven builds. For more information, see the documentation of the reports and of the function module /UI5/UI5_REPOSITORY_LOAD_HTTP.