We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When consuming a destination defined using tenantType of CUSTOMER and the following ATO settings;
CUSTOMER
<?xml version="1.0" encoding="utf-8"?> <ato:settings developmentPackage="TEST_YY1_DEFAULT" developmentPrefix="YY1_" isConfigured="true" isExtensibilityDevelopmentSystem="true" isManagedExtensibilityActive="false" isNotificationAllowed="true" isPrefixNamespace="false" isTransportRequestRequired="false" operationsType="C" sandboxPackage="TEST_YY1_DEFAULT" sandboxPrefix="YY9_" tenantRole="07" tenantType="CUSTOMER" transportationMode="COL" xmlns:ato="http://www.sap.com/adt/ato"/>
The ui5-deploy.yaml configuration is generated using;
ui5-deploy.yaml
app: name: YY1_BPTEST0303 package: $TMP transport: ''
The package property should be updated with TEST_YY1_DEFAULT as read from the ATO settings.
package
TEST_YY1_DEFAULT
Steps to reproduce the behavior:
ui5-deploy.yaml is generated with a package of TEST_YY1_DEFAULT which is the value read from the ATO settings developmentPackage.
developmentPackage
package is defaulting to $TMP
$TMP
If applicable, add screenshots to help explain the problem.
Add any other context about the problem here OS:
{describe the problem}
{describe the fix}
{Some explanation why this issue might have been missed during normal development/testing cycle}
{if we don’t want to see this type of issues anymore what we should do to prevent}
The text was updated successfully, but these errors were encountered:
longieirl
No branches or pull requests
Description
When consuming a destination defined using tenantType of
CUSTOMER
and the following ATO settings;The
ui5-deploy.yaml
configuration is generated using;The
package
property should be updated withTEST_YY1_DEFAULT
as read from the ATO settings.Steps to Reproduce
Steps to reproduce the behavior:
Expected results
ui5-deploy.yaml is generated with a package of
TEST_YY1_DEFAULT
which is the value read from the ATO settingsdevelopmentPackage
.Actual results
package is defaulting to
$TMP
Screenshots
If applicable, add screenshots to help explain the problem.
Version/Components/Environment
Add any other context about the problem here
OS:
Root Cause Analysis
Problem
{describe the problem}
Fix
{describe the fix}
Why was it missed
{Some explanation why this issue might have been missed during normal development/testing cycle}
How can we avoid this
{if we don’t want to see this type of issues anymore what we should do to prevent}
The text was updated successfully, but these errors were encountered: