i have defined a table ZIT_ERROR_TAB which i defined in se11. but when i check the synatx of the program. it gives me
SYNTAX ERROR
Program ZGET_WORKLIST_ALL_USERS
"ZIT_ERROR_TAB" must be a flat structure. you cannot use internal
tabkes, strings, references, or structures as components.
REPORT ZGET_WORKLIST_ALL_USERS.
TABLES ZIT_ERROR_TAB.
DATA: lt_user TYPE zuser_tt,
ls_user TYPE zuser_sty.
pls let me know why iam getting this error