@ui5/task-adaptation
v1.4.0
Published
Custom task for ui5-builder which allows building UI5 Flexibility Adaptation Projects for SAP BTP, Cloud Foundry environment
Downloads
2,470
Readme
ui5-task-adaptation
Description
A custom task for ui5-builder that allows building SAPUI5 adaptation projects for SAP S/4HANA Cloud and SAP BTP, Cloud Foundry environment.
Configuration
ABAP Connection
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.
How to obtain support
In case you need any support, please create a GitHub issue.
License
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.
Release History
See CHANGELOG.md.