In ABAP Objects, the following statements cause an error message:
IMPORT ... FROM DATABASE dbtab(ar) ... MAJOR-ID maid
[MINOR-id miid].
Correct syntax:
IMPORT ... FROM DATABASE dbtab(ar) ID id.
Cause:
The identification in the statement must be unique. If necessary, you must programthe logic of the MAJOR-ID and additions yourself.
Overview:
Replacement for Obsolete Statements ABAP Objects