You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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 linesDo 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.
The text was updated successfully, but these errors were encountered: