Skip to Content
0
Former Member
Sep 18, 2008 at 12:36 PM

Srtucture: mg03steumm

56 Views

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