‎2022 Nov 03 9:15 AM
Hello dear community,
while having a debugging session I came across the following problem:
itab_hus_to_check = value #( for <fs_hu_in_analysis>
in itab_hu_in_analysis
where ( labeltyp = abap_true and uevel <> space )
( venum = <fs_hu_in_analysis>-uevel ) ).
Is there any possibility to debug the for-part? I would like to take a look at the interation steps inside the loop.
Thank you in advance.
Kind regards
Jürgen
‎2022 Nov 03 9:29 AM
Did you try to apply the method used for Macro ?
https://blogs.sap.com/2013/11/17/single-step-debugging-on-macro/
‎2022 Nov 03 9:58 AM