docs: last file

This commit is contained in:
larshp 2017-05-19 10:48:25 +00:00
parent ec462c4be0
commit 44347b212d
3 changed files with 16 additions and 0 deletions

View File

@ -31,6 +31,8 @@
file: guide-export-zip file: guide-export-zip
- title: Regular backup - title: Regular backup
file: guide-regular-backup file: guide-regular-backup
- title: Migrating from SAPlink
file: guide-saplink
- title: Reference - title: Reference
items: items:

7
docs/guide-saplink.md Normal file
View File

@ -0,0 +1,7 @@
---
title: Migrating from SAPlink
---
1: Install the slinkee/nuggets into the ABAP system using saplink
2: Use abapGit to export the objects as normal, see https://github.com/larshp/abapGit/wiki/Moving-existing-package-contents-into-git

View File

@ -50,6 +50,8 @@ Valid prefix:
* **ZFOO**_BAR * **ZFOO**_BAR
* **ZFOO_BAR**_QUX * **ZFOO_BAR**_QUX
will give folder structure /foo/bar/qux/
Invalid prefix: Invalid prefix:
* ZFOO * ZFOO
* ZBAR * ZBAR
@ -58,6 +60,11 @@ Invalid prefix:
Any package name is accepted Any package name is accepted
* ZSOMETHING
* ZHELLO
will give folder structure /zsomething/zhello/
## Ignore ## Ignore
Files which abapGit will not download into your ABAP system. Files which abapGit will not download into your ABAP system.