A custom task for ui5-builder that allows building SAPUI5 adaptation projects for SAP S/4HANA Cloud and SAP BTP, Cloud Foundry environment.
The following connection configuration format is used to connect to ABAP repository in IDE:
target:
url: example.com,
authenticationType: basic | reentranceTicket,
ignoreCertErrors: true | false
and in SAP Business Application Studio:
target:
destination: abc
OnPremise ABAP repository requires authenticationType: basic
, credentials should be provided in project root .env
file:
FIORI_TOOLS_USER=<username>
FIORI_TOOLS_PASSWORD=<password>
Whereas S4/Hana uses authenticationType: reentranceTicket
to authentificate. A browser window will be opened.
In case you need any support, please create a GitHub issue.
Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file and all other files in this repository are licensed under the Apache License, v 2.0 except as noted otherwise in the LICENSE file.
See CHANGELOG.md.