mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Docs: Update API get_repo_from_package call (#5063)
This commit is contained in:
parent
aa60faa299
commit
2a27d34c08
|
@ -77,7 +77,11 @@ DATA(ls_repo) = NEW zcl_abapgit_persist_factory=>get_repo( )->read( iv_key ).
|
||||||
Find the repository for a given SAP package:
|
Find the repository for a given SAP package:
|
||||||
|
|
||||||
```abap
|
```abap
|
||||||
DATA(lo_repo) = zcl_abapgit_repo_srv=>get_instance( )->get_repo_from_package( iv_package ).
|
zcl_abapgit_repo_srv=>get_instance( )->get_repo_from_package(
|
||||||
|
EXPORTING
|
||||||
|
iv_package = '$ABAPGIT'
|
||||||
|
IMPORTING
|
||||||
|
eo_repo = DATA(lo_repo) ).
|
||||||
```
|
```
|
||||||
|
|
||||||
### Delete ###
|
### Delete ###
|
||||||
|
|
Loading…
Reference in New Issue
Block a user