Skip to content

Latest commit

 

History

History
89 lines (38 loc) · 2.28 KB

deleting-the-adaptation-project-458f1f3.md

File metadata and controls

89 lines (38 loc) · 2.28 KB

Deleting the Adaptation Project

Learn how to delete an adaptation project.

Caution:

If a key user has created app variants based on the app variant you have just deleted, these will also be deleted.

There are three methods to delete an adaptation project: using the deployment tool, using the Command Line Interface (CLI), or using an ABAP report.

You have deployed an app variant, which have you created using an adaptation project, to your ABAP system.

You have the SAP_UI_FLEX_DEVELOPER role assigned.

  1. Right-click on the main folder, the webapp folder, or the manifest.appdescr_variant file and click Open Deployment Wizard.

  2. Choose the system you want to undeploy the project from. The system you have used to create the project will be selected by default. Click Next to continue.

  3. Click Undeploy and click Finish to start the undeployment.

You have deployed an app variant, which you created using an adaptation project, to your ABAP system.

Тhe minimum required version of the software component is SAP_UI 7.55.

  1. In your project folder, open the manifest.appdescr_variant file in your adaptation project and copy the value of the id element.

  2. In the back-end system, start transaction SE38 and execute report /UI5/DEL_ADAPTATION_PROJECT.

  3. Paste the copied ID of the app variant that you want to delete or use the [F4] help to find it.

  4. Click Execute ([F8]).

  5. If prompted, select or create a transport request.

  6. In the overview of the files that will be deleted, click Execute ([Shift] + [F1] ) again.

The app variant is deleted from all systems as soon as you release the transport request.