mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +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' ).
|
||||
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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user