mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Pull dialog safeguard (#6303)
This commit is contained in:
parent
36e2d44917
commit
15e755d5c5
|
@ -136,6 +136,11 @@ CLASS lcl_object_descision_list IMPLEMENTATION.
|
||||||
|
|
||||||
CLEAR et_list.
|
CLEAR et_list.
|
||||||
|
|
||||||
|
" Make sure we don't accidentally return anything
|
||||||
|
IF mv_cancel = abap_true.
|
||||||
|
RETURN.
|
||||||
|
ENDIF.
|
||||||
|
|
||||||
ASSIGN mr_table->* TO <lt_table>.
|
ASSIGN mr_table->* TO <lt_table>.
|
||||||
ASSERT sy-subrc = 0.
|
ASSERT sy-subrc = 0.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user