on 2023 Dec 11 9:12 PM
Request clarification before answering.
You may indicate on the left side(s) only components of the internal table (control_exceptions)

NB: I guess the legibility is not very good, I would make it this way:
LOOP AT control_exceptions TRANSPORTING NO FIELDS
WHERE substid = substitution_step->substid
AND subseqnr = substitution_step->subseqnr
AND bukrs IN VALUE range_bukrs( ( i_bkpf-bukrs ) ( '*' ) )
AND glvor IN VALUE range_glvor( ( i_bkpf-glvor ) ( '*' ) )
AND ldgrp IN VALUE range_ldgrp( ( i_bkpf-ldgrp ) ( '*' ) ).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For reference - WHERE log_exp in LOOP AT itab, Basic Form - ' in which the first operand of each relational expression is a component of the internal table.'
| User | Count |
|---|---|
| 32 | |
| 18 | |
| 15 | |
| 14 | |
| 9 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.