-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Description
The customers are unable to deploy the Adaptation Project from SAP Business Application Studio onto on-premise system. In the Deployment Configuration Generator wizard, after selecting the destination and the package, they see the error The provided package is not intended for on-premise deployments.
and are unable to proceed with the deploy config generation.

This behavior is happening because the package has both CloudReady and OnPremise project types. When making a call to system info with the provided package, we get back two project types. Then, the validation for the package fails, and we see the error above.
Steps to Reproduce
Steps to reproduce the behavior:
- Open the ADP Generator
- Select an OnPremise system and go through the steps
- Select Add Deploy Config, your system will be preselected
- Enter you package which has both cloud_dev, and standard (cl_abap_language_version)
Expected results
Customers are able to deploy, the message does not appear when there are two project types for the package
Actual results
Package has two project types, which causes the validation to fail and dissalow customer to create the deploy config and continue with the project deployment.
Screenshots
If applicable, add screenshots to help explain the problem.
Version/Components/Environment
Add any other context about the problem here
OS:
- Mac OS
- Windows
- Other
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}