This commit is contained in:
danrega
2024-12-20 16:49:02 +01:00
parent 270edb9962
commit 897e4ffdb6
7 changed files with 47 additions and 48 deletions

View File

@@ -107,7 +107,7 @@ CLASS lhc_root IMPLEMENTATION.
LOOP AT lt_res ASSIGNING FIELD-SYMBOL(<fs_res>).
IF <fs_res>-field3 > 1000.
APPEND VALUE #( %tky = <fs_res>-%tky
%fail-cause = if_abap_behv=>cause-disabled
%fail-cause = if_abap_behv=>cause-unspecific
)
TO failed-root.