Skip to Content
0
Former Member
Dec 05, 2006 at 03:37 AM

Internal Tables with Header Line

776 Views

Hi experts,

Which of the statements code internal tables with a header line & Why?

1. Data: Begin of itab occurs 0,

field1,

End of itab.

2. Data: Itab1 like itab occurs 0.

3. Data: Itab1 type itab occurs 0.

4. Data: Begin of itab1 occurs 0.

Include structure itab.

Data: End of itab1.

Many Thanks,

Marc