Hi, guys!.
I've got a little technical doubt....
I've got to internal tables I_SEGMENTOS, which holds the names of the segments it's being used
E1EDK01
E1EDK02
E1EDK03...
2.- I_SALIDA, with the following structure
SEGMENTO, CAMPO, VALOR.
-
-
E1EDK01, CURCY, EUR
-
-
E1EDK02, NETWR, 10000
-
-
What I pretend is to fill dynamically the internal table.
I mean:
loop at i_segmentos.
loop at i_salida where segmento = i_segmentos-segmento.
and, with every step of the loop, will procedure as follows...
I_.
Does anybody have an easy clue for it to be done with field symbols???
Thank you so much!!!
Raú