Pull dialog safeguard (#6303)

This commit is contained in:
Marc Bernard 2023-05-28 14:08:59 +02:00 committed by GitHub
parent 36e2d44917
commit 15e755d5c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,6 +136,11 @@ CLASS lcl_object_descision_list IMPLEMENTATION.
CLEAR et_list.
" Make sure we don't accidentally return anything
IF mv_cancel = abap_true.
RETURN.
ENDIF.
ASSIGN mr_table->* TO <lt_table>.
ASSERT sy-subrc = 0.