Skip to Content
0
Former Member
Dec 18, 2008 at 04:21 AM

include a structure in a TYPES declaration

19607 Views

Hii

I have a structure BISEG

i need to declare an internal tabel with that structure BISEG + some additional fields

i did like below please advise if this correct

TYPES begin of types ty_itab
                     include type BISEG
                     xxxx type xxx
                     xxxx type xxx
            End of types ty_itab


DATA:
   itat TYPE standard tabel of ty_itab

note i don't want to use header line