mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Add DEVC jump
This commit is contained in:
parent
2ef90d9df2
commit
b90fcb783a
|
@ -271,19 +271,19 @@ CLASS lcl_object_devc IMPLEMENTATION.
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
METHOD lif_object~jump.
|
METHOD lif_object~jump.
|
||||||
* CALL FUNCTION 'RS_TOOL_ACCESS'
|
CALL FUNCTION 'RS_TOOL_ACCESS'
|
||||||
* EXPORTING
|
EXPORTING
|
||||||
* operation = 'SHOW'
|
operation = 'SHOW'
|
||||||
* object_name = ???
|
object_name = ms_item-obj_name
|
||||||
* object_type = 'DEVC'
|
object_type = 'DEVC'
|
||||||
* EXCEPTIONS
|
in_new_window = abap_true
|
||||||
* not_executed = 1
|
EXCEPTIONS
|
||||||
* invalid_object_type = 2
|
not_executed = 1
|
||||||
* OTHERS = 3.
|
invalid_object_type = 2
|
||||||
*
|
OTHERS = 3.
|
||||||
* IF sy-subrc <> 0.
|
IF sy-subrc <> 0.
|
||||||
* lcx_exception=>raise( |Error from RS_TOOL_ACCESS, DEVC| ).
|
lcx_exception=>raise( |Error from RS_TOOL_ACCESS, DEVC| ).
|
||||||
* ENDIF.
|
ENDIF.
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
METHOD lif_object~serialize.
|
METHOD lif_object~serialize.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user