-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
When a SICF node is part of the Packgage to be staged, the eclipse plugin fails with:
"Access using a 'ZERO' object reference is not possible."
Debugged into the code and the isssues seems to be that zcl_abapgit_res_repo_stage->get
the lines
ls_obj_wbtype = get_object_wb_type(
iv_obj_name = <ls_repo_items>-obj_name
iv_obj_type = <ls_repo_items>-obj_type ).
ls_object-wbkey = cl_wb_object_type=>get_global_id_from_global_type( p_global_type = ls_obj_wbtype ).
Do not determine something for obj_type
SICF .
In abapGit itself it can be staged only ADT_Backend crashes.
Worked around it with a continue if ls_obj_wbtype is initial. But of course the SICF cannot be commited or pushed then.
Replication can be easily done with a CDS View and OData publish.
Metadata
Metadata
Assignees
Labels
No labels