File tree 3 files changed +17
-7
lines changed
3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ index: false
11
11
12
12
- [ Installation] ( getting-started/install.md )
13
13
- [ Upgrading] ( getting-started/upgrade.md )
14
- - [ Uninstalling ] ( getting-started/uninstall.md )
14
+ - [ Uninstall ] ( getting-started/uninstall.md )
15
15
- [ UI Layout] ( getting-started/ui-layout.md )
16
16
- [ UI Features] ( getting-started/ui.md )
17
17
Original file line number Diff line number Diff line change 11
11
12
12
- [ Installation] ( install.md )
13
13
- [ Upgrading] ( upgrade.md )
14
- - [ Uninstalling ] ( uninstall.md )
14
+ - [ Uninstall ] ( uninstall.md )
15
15
- [ UI Layout] ( ui-layout.md )
16
16
- [ UI Features] ( ui.md )
Original file line number Diff line number Diff line change 1
1
---
2
- title : Uninstalling
2
+ title : Uninstall
3
3
category : getting-started
4
4
order : 30
5
5
---
6
6
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)
11
21
* 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