Cannot Use Generic Identification

You cannot use the MAJOR-ID and MINOR-ID additions when reading cluster databases in ABAP Objects.

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