From c952da6edf9812dda21d287e258015cd57fecf47 Mon Sep 17 00:00:00 2001 From: Marc Bernard Date: Fri, 4 Apr 2025 10:46:27 +0200 Subject: [PATCH] Update uninstall instructions --- src/user-guide/README.md | 2 +- src/user-guide/getting-started/README.md | 2 +- src/user-guide/getting-started/uninstall.md | 20 +++++++++++++++----- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/user-guide/README.md b/src/user-guide/README.md index 7fb48f710..c130b8de8 100644 --- a/src/user-guide/README.md +++ b/src/user-guide/README.md @@ -11,7 +11,7 @@ index: false - [Installation](getting-started/install.md) - [Upgrading](getting-started/upgrade.md) -- [Uninstalling](getting-started/uninstall.md) +- [Uninstall](getting-started/uninstall.md) - [UI Layout](getting-started/ui-layout.md) - [UI Features](getting-started/ui.md) diff --git a/src/user-guide/getting-started/README.md b/src/user-guide/getting-started/README.md index 8188b77ec..2608fd9ed 100644 --- a/src/user-guide/getting-started/README.md +++ b/src/user-guide/getting-started/README.md @@ -11,6 +11,6 @@ dir: - [Installation](install.md) - [Upgrading](upgrade.md) -- [Uninstalling](uninstall.md) +- [Uninstall](uninstall.md) - [UI Layout](ui-layout.md) - [UI Features](ui.md) diff --git a/src/user-guide/getting-started/uninstall.md b/src/user-guide/getting-started/uninstall.md index 7e66f7e89..f21dfa766 100755 --- a/src/user-guide/getting-started/uninstall.md +++ b/src/user-guide/getting-started/uninstall.md @@ -1,11 +1,21 @@ --- -title: Uninstalling +title: Uninstall category: getting-started order: 30 --- -* Delete ABAP reports `ZABAPGIT*` using `SE38` or `SE80` -* Delete `EZABAPGIT` enqueue object via `SE11` -* Delete `ZABAPGIT` transparent table via `SE11` -* Delete mime objects `ZABAPGIT_CSS_COMMON` and `ZABAPGIT_JS_COMMON` in transaction `SMW0` +Here's how to completely uninstall abapGit: + +## Developer Version + +To remove the developer version, run the standalone version of abapGit and use it to uninstall the developer version. + +## Standalone Version + +Follow these steps to remove the standalone version including objects that were genereated by abapGit: + +* Delete ABAP program `ZABAPGIT_STANDALONE` using `SE38` or `SE80` +* Delete enqueue object `EZABAPGIT` via `SE11` +* Delete transparent table `ZABAPGIT` via `SE11` +* Delete MIME objects `ZABAPGIT_CSS_COMMON` and `ZABAPGIT_JS_COMMON` in transaction `SMW0` (if present) * Delete interface `ZIF_APACK_MANIFEST` using `SE24` or `SE80` (optional, cloned repositories may still use this interface)