mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Refactor split_by_name
call (#6510)
This commit is contained in:
parent
500ed4e7b0
commit
31cf38aab6
|
@ -109,11 +109,9 @@ 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( lv_obj_with_namespace ).
|
||||
ls_obj_with_namespace = zcl_abapgit_factory=>get_sap_namespace( )->split_by_name( iv_object ).
|
||||
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