mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
Update zabapgit_object_wapa.prog.abap
This commit is contained in:
parent
2888fae8ed
commit
71be80af26
|
@ -100,9 +100,9 @@ CLASS lcl_object_wapa IMPLEMENTATION.
|
||||||
|
|
||||||
CALL FUNCTION 'RS_TOOL_ACCESS'
|
CALL FUNCTION 'RS_TOOL_ACCESS'
|
||||||
EXPORTING
|
EXPORTING
|
||||||
operation = 'SHOW' " Operation
|
operation = 'SHOW'
|
||||||
object_name = ms_item-obj_name " Object Name
|
object_name = ms_item-obj_name
|
||||||
object_type = ms_item-obj_type " Object Type
|
object_type = ms_item-obj_type
|
||||||
in_new_window = abap_true.
|
in_new_window = abap_true.
|
||||||
|
|
||||||
ENDMETHOD. "jump
|
ENDMETHOD. "jump
|
||||||
|
|
Loading…
Reference in New Issue
Block a user