ahora la sentencia se simplifica muchísimo, por ejemplo antes hacías:
Código:
read table ti_tabla assigning <field symbol> where cond1 and cond 2. If Sy-subrc eq 0. ... else. ... endif.
Código:
DATA(work_area) = it_table[ cond1 cond2 ].
Espero que te haya servido.
Dejar un comentario: