Learn how to delete an adaptation project.
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.
-
Right-click on the main folder, the
webapp
folder, or themanifest.appdescr_variant
file and click Open Deployment Wizard. -
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.
-
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
.
-
In your project folder, open the
manifest.appdescr_variant
file in your adaptation project and copy the value of theid
element. -
In the back-end system, start transaction
SE38
and execute report/UI5/DEL_ADAPTATION_PROJECT
. -
Paste the copied
ID
of the app variant that you want to delete or use the [F4] help to find it. -
Click Execute ([F8]).
-
If prompted, select or create a transport request.
-
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.