Skip to content

BUG - Deploy Config generator does not allow package with CloudReady and OnPremise project types #3594

@nikmace

Description

@nikmace

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.

Image

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:

  1. Open the ADP Generator
  2. Select an OnPremise system and go through the steps
  3. Select Add Deploy Config, your system will be preselected
  4. 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}

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions