diff --git a/src/ui/zcl_abapgit_gui_router.clas.abap b/src/ui/zcl_abapgit_gui_router.clas.abap index 3dd1fb118..6a8e60920 100644 --- a/src/ui/zcl_abapgit_gui_router.clas.abap +++ b/src/ui/zcl_abapgit_gui_router.clas.abap @@ -450,7 +450,9 @@ CLASS ZCL_ABAPGIT_GUI_ROUTER IMPLEMENTATION. zcx_abapgit_exception=>raise( 'ADT Jump Error' ). ENDIF. CATCH cx_root. - zcx_abapgit_exception=>raise( 'Jump to object not supported in your NW release' ). + CALL FUNCTION 'TR_DISPLAY_REQUEST' + EXPORTING + i_trkorr = lv_transport. ENDTRY. ELSE. CALL FUNCTION 'TR_DISPLAY_REQUEST'