Skip to Content
0
Former Member
Feb 18, 2006 at 09:09 PM

Field-symbols and internal table

737 Views

Hello,

How do I declare a field-symbol as an intenal table?

I have a internal table declared, but i need to declare a field symbols as my internal table´s type. How do I do it?

What I wrote was this:

DATA: BEGIN OF IT_INTE OCCURS 0,

FIELD(3) TYPE C,

....

END OF IT_INTE.

FIELD-SYMBOLS: isn´t defined as an internal table, how do I fix it.

Thanks!!!

Gabriel.