mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
21 lines
495 B
Markdown
21 lines
495 B
Markdown
---
|
|
title: Namespaces
|
|
category: reference
|
|
order: 70
|
|
---
|
|
|
|
Objects with namespaces are serialized, `/FOOBAR/REPORT` to `#foobar#report.prog.abap`
|
|
|
|
Using abapGit to install to customer systems:
|
|
|
|
A: Create namespace in SE03, namespace role = C, and add the repair license
|
|
|
|
B: Open namespace for modifications in SE03
|
|
|
|
C: Create namespaced package
|
|
|
|
D: Clone/pull like normal
|
|
|
|
|
|
Objects will appear as repaired in the customer system, compare with git source to determine if the objects are modified.
|