SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
Cannot Use Generic Identification
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 program the logic of the MAJOR-ID and MINOR-ID additions yourself.