mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +08:00
TR request jump: fallback to SAPGUI
This commit is contained in:
parent
3e53360722
commit
1f52d8b2c7
|
@ -450,7 +450,9 @@ CLASS ZCL_ABAPGIT_GUI_ROUTER IMPLEMENTATION.
|
||||||
zcx_abapgit_exception=>raise( 'ADT Jump Error' ).
|
zcx_abapgit_exception=>raise( 'ADT Jump Error' ).
|
||||||
ENDIF.
|
ENDIF.
|
||||||
CATCH cx_root.
|
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.
|
ENDTRY.
|
||||||
ELSE.
|
ELSE.
|
||||||
CALL FUNCTION 'TR_DISPLAY_REQUEST'
|
CALL FUNCTION 'TR_DISPLAY_REQUEST'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user