mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Update zabapgit_object_wapa.prog.abap
This commit is contained in:
parent
1fa894df31
commit
2888fae8ed
|
@ -103,11 +103,7 @@ CLASS lcl_object_wapa IMPLEMENTATION.
|
||||||
operation = 'SHOW' " Operation
|
operation = 'SHOW' " Operation
|
||||||
object_name = ms_item-obj_name " Object Name
|
object_name = ms_item-obj_name " Object Name
|
||||||
object_type = ms_item-obj_type " Object Type
|
object_type = ms_item-obj_type " Object Type
|
||||||
in_new_window = abap_true
|
in_new_window = abap_true.
|
||||||
EXCEPTIONS
|
|
||||||
not_executed = 1
|
|
||||||
invalid_object_type = 2
|
|
||||||
OTHERS = 3.
|
|
||||||
|
|
||||||
ENDMETHOD. "jump
|
ENDMETHOD. "jump
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user