sapdev logo background
sapdev logo sapdev logo
Comments

SAP OO OBS MAJOR MINOR 1 documentation, setup help and example usage



Return to SAP documentation index


INCLUDE
ARTICLE

Cannot Use Generic Identification

You cannot use the MAJOR-ID and MINOR-ID additions when reading data clusters from database tables 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 program the logic of the MAJOR-ID and MINOR-ID additions yourself.
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




    OO_OBS_LOOP_DBTAB_1
    OO_OBS_MARK_1




    comments powered by Disqus