i have custom tabeles for idoc errors and i need extracting the data into some internal tables but while making this into final internal table i am making the data\
for
docunum type /JJVC/ERR851-docnum,
credat type edids-credat,
status type edids-status,
statxt type edids-statxt,
and the same data need to be extracted from other tables like 850,52,860,335
my problem here is when i am declaring into final internal table how can i extract for other tables when i have decleared one of the table into final table.