Skip to Content
0
Former Member
May 30, 2008 at 02:16 PM

error message: XXX is a table without a header line

1683 Views

hi,

i have an internal table defined based on a type..

TYPES: begin of tty

vbeln type of vbrk-vbeln.

end of tty.

Data itab TYPE TABLE OF tty.

when i try to access itab-vbeln, i get the error " itab is a table without header line and therefore has no componet called vbeln." what to do.