Skip to content

Staging fails for SICF Nodes #74

@scst0014

Description

@scst0014

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions