Skip to Content
0
Former Member
Nov 28, 2006 at 05:25 PM

Include structure and extra fields in the same Internal Table

942 Views

Hi developers,

im trying to declare an internal table with include structure and extra fields,

something like this:

data: BEGIN OF it_loans occurs 0,

include structure zthrca006,

status(10),

pernr like pa0001-pernr,

sname like pa0001-pernr,

tipomov(20),

monto like zthrca006-monto,

data: END of it_loans.

zthrca006 is huge so i dont want to type everithing.