Hi,
i did an slin-check for one of my includes and got the following errors shown:
Abap-command is obsolete
1st: tables with headers are not supported in OO-context anymore. (message G1D)
2nd: the appendix occurs is not supported in OO-context. use "table of.... initial size" instead.
the line were the error occurs is:
DATA: BDCDATA TYPE BDCDATA OCCURS 0 WITH HEADER LINE.
what should i do here?
\[removed by moderator\]
Edited by: Jan Stallkamp on Jul 17, 2008 12:33 PM