Skip to Content
0
Former Member
Dec 26, 2007 at 11:10 AM

How to declare internal table with types

2100 Views

Hi to all,

how to declare internal table with types,

here iam declaring internal table with types but it shows error

where i done a mistake.

tables : /bi0/pplant.

types : begin of i_plant,

plant type plant,

country type county,

region type region,

types : end of i_plant.

data : itab type table of i_plant,

wa type line of i_plant.

please reply....

thanks and regards,

swami