Cannot Use Obsolete Key Declaration with TABLE LINE

If you intend to specify the whole line of internal table as the key, you cannot enter TABLE LINE in ABAP Objects.

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 constuction.

Overview:

Replacement for Obsolete Statements ABAP Objects