SAP Message BAPI100 - One or more errors occurred when the BAPI was called

Diagnosis
By calling a BAPI, you have generated one or more error messages. Thesemessages created this exception object.
Since the BAPI generated multiple error messages as a BAPI returntable, this collective exception was created.
The exception class depends on the form of the most serious error.

  • If it is a BapiError object, or an "E" message in the return table, an
  • object of the type BapiError is created.
    • If it is a BapiAbort object, or an "A" message in the return table, an
    • object of the type BapiError is created.

      Procedure
      Check each message in the attributes "Collection" and "Status of theexception object.