1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

Fix limitation abapEnvironmentAddons (#2801)

* Fix indention abapEnvironmentAddons

* Update abapEnvironmentAddons.md

* Update abapEnvironmentAddons.md

Co-authored-by: Daniel Mieg <56156797+DanielMieg@users.noreply.github.com>
This commit is contained in:
Peter Persiel
2021-05-04 09:36:04 +02:00
committed by GitHub
parent e9464b2594
commit d34d897691

View File

@@ -1,9 +1,9 @@
# Build and Publish Add-on Products on SAP BTP, ABAP Environment
!!! caution Current limitations
* Please use the long commit ID in the commit ID field in the add-on descriptor file currently, if you are using the short commit ID the build process will fail.
To retrieve the long commit id, go into the Manage Software Components app, navigate to the branch, select the commit in the list of commits, field "Long Commit ID" becomes available. This issue is planned to be resolveed ABAP Environment release 2105.
* Transported TABU entries of client-independent system tables are currently not reflected in the object list during add-on build. With ABAP Environment release 2105 it is planned that this is supported. Besides that, deletion of TABU is currently not supported via add-on delivery.
Please use the long commit ID in the commit ID field in the add-on descriptor file currently, if you are using the short commit ID the build process will fail.
To retrieve the long commit id, go into the Manage Software Components app, navigate to the branch, select the commit in the list of commits, field "Long Commit ID" becomes available.
This issue is planned to be resolved ABAP Environment release 2105.
## Introduction