SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
Cannot Use Obsolete Key Declaration with TABLE LINE
In ABAP Objects, the following statement causes an error message:
... TABLE LINE ...
Correct syntax:
... table_line ...
Cause:
The pseudo-component
table_line replaces the TABLE LINE construction.