diff --git a/src/ui/zcl_abapgit_services_repo.clas.abap b/src/ui/zcl_abapgit_services_repo.clas.abap index c8349eb05..e1d6f1c61 100644 --- a/src/ui/zcl_abapgit_services_repo.clas.abap +++ b/src/ui/zcl_abapgit_services_repo.clas.abap @@ -55,11 +55,6 @@ CLASS zcl_abapgit_services_repo DEFINITION !iv_key TYPE zif_abapgit_persistence=>ty_repo-key RAISING zcx_abapgit_exception . - CLASS-METHODS open_se80 - IMPORTING - !iv_package TYPE devclass - RAISING - zcx_abapgit_exception . CLASS-METHODS transport_to_branch IMPORTING !iv_repository_key TYPE zif_abapgit_persistence=>ty_value @@ -87,7 +82,7 @@ ENDCLASS. -CLASS ZCL_ABAPGIT_SERVICES_REPO IMPLEMENTATION. +CLASS zcl_abapgit_services_repo IMPLEMENTATION. METHOD gui_deserialize. @@ -227,19 +222,6 @@ CLASS ZCL_ABAPGIT_SERVICES_REPO IMPLEMENTATION. ENDMETHOD. - METHOD open_se80. - - CALL FUNCTION 'RS_TOOL_ACCESS' - EXPORTING - operation = 'SHOW' - in_new_window = abap_true - object_name = iv_package - object_type = 'DEVC' - with_objectlist = abap_true. - - ENDMETHOD. - - METHOD popup_overwrite. DATA: lt_columns TYPE zif_abapgit_definitions=>ty_alv_column_tt, @@ -596,4 +578,4 @@ CLASS ZCL_ABAPGIT_SERVICES_REPO IMPLEMENTATION. it_transport_objects = lt_transport_objects ). ENDMETHOD. -ENDCLASS. +ENDCLASS. \ No newline at end of file