File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ index: false
1111
1212- [ Installation] ( getting-started/install.md )
1313- [ Upgrading] ( getting-started/upgrade.md )
14- - [ Uninstalling ] ( getting-started/uninstall.md )
14+ - [ Uninstall ] ( getting-started/uninstall.md )
1515- [ UI Layout] ( getting-started/ui-layout.md )
1616- [ UI Features] ( getting-started/ui.md )
1717
Original file line number Diff line number Diff line change 1111
1212- [ Installation] ( install.md )
1313- [ Upgrading] ( upgrade.md )
14- - [ Uninstalling ] ( uninstall.md )
14+ - [ Uninstall ] ( uninstall.md )
1515- [ UI Layout] ( ui-layout.md )
1616- [ UI Features] ( ui.md )
Original file line number Diff line number Diff line change 11---
2- title : Uninstalling
2+ title : Uninstall
33category : getting-started
44order : 30
55---
66
7- * Delete ABAP reports ` ZABAPGIT* ` using ` SE38 ` or ` SE80 `
8- * Delete ` EZABAPGIT ` enqueue object via ` SE11 `
9- * Delete ` ZABAPGIT ` transparent table via ` SE11 `
10- * Delete mime objects ` ZABAPGIT_CSS_COMMON ` and ` ZABAPGIT_JS_COMMON ` in transaction ` SMW0 `
7+ Here's how to completely uninstall abapGit:
8+
9+ ## Developer Version
10+
11+ To remove the developer version, run the standalone version of abapGit and use it to uninstall the developer version.
12+
13+ ## Standalone Version
14+
15+ Follow these steps to remove the standalone version including objects that were genereated by abapGit:
16+
17+ * Delete ABAP program ` ZABAPGIT_STANDALONE ` using ` SE38 ` or ` SE80 `
18+ * Delete enqueue object ` EZABAPGIT ` via ` SE11 `
19+ * Delete transparent table ` ZABAPGIT ` via ` SE11 `
20+ * Delete MIME objects ` ZABAPGIT_CSS_COMMON ` and ` ZABAPGIT_JS_COMMON ` in transaction ` SMW0 ` (if present)
1121* Delete interface ` ZIF_APACK_MANIFEST ` using ` SE24 ` or ` SE80 ` (optional, cloned repositories may still use this interface)
You can’t perform that action at this time.
0 commit comments