mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
This commit is contained in:
parent
8b8ad85bbb
commit
4e3a139b27
|
@ -109,9 +109,11 @@ CLASS zcl_abapgit_tadir IMPLEMENTATION.
|
|||
|
||||
DATA ls_tadir TYPE zif_abapgit_definitions=>ty_tadir.
|
||||
DATA ls_obj_with_namespace TYPE zif_abapgit_definitions=>ty_obj_namespace.
|
||||
DATA lv_obj_with_namespace TYPE sobj_name.
|
||||
|
||||
lv_obj_with_namespace = iv_object.
|
||||
TRY.
|
||||
ls_obj_with_namespace = zcl_abapgit_factory=>get_sap_namespace( )->split_by_name( iv_object ).
|
||||
ls_obj_with_namespace = zcl_abapgit_factory=>get_sap_namespace( )->split_by_name( lv_obj_with_namespace ).
|
||||
CATCH zcx_abapgit_exception.
|
||||
"Ignore the exception like before the replacement of the FM RS_NAME_SPLIT_NAMESPACE
|
||||
RETURN.
|
||||
|
|
Loading…
Reference in New Issue
Block a user