Skip to content

Update uninstall instructions #266

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/user-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/user-guide/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
20 changes: 15 additions & 5 deletions src/user-guide/getting-started/uninstall.md
Original file line number Diff line number Diff line change
@@ -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)