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.