Hi,
Can anyone help me with this one, i have to to inlcude taxim in my internal table and this table is from a structure. I have tried to use this:
READ TABLE i_tax .
IF sy-subrc = 0.
MOVE-CORRESPONDING i_tax TO i_tab.
MODIFY i_tab.
ENDIF.
but unfortunately it never worked. Can anyone advice me?
Regards,
Fred