Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging fails for SICF Nodes #74

Open
scst0014 opened this issue Jun 24, 2022 · 1 comment
Open

Staging fails for SICF Nodes #74

scst0014 opened this issue Jun 24, 2022 · 1 comment

Comments

@scst0014
Copy link

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."
image
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.

@StevusPrimus
Copy link

StevusPrimus commented Jun 24, 2022

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants