1.

What Need To Be Taken Care While Handling Database Transaction In Bapi ?

Answer»
  • A TRANSACTION is COMPLETED either using a COMMIT WORK command or a ROLLBACK command. A BAPI transaction must be ended by calling the BAPIs BapiService.TransactionCommit() or BapiService.TransactionRollback().
  • The CALL of a BAPI must not trigger further LUWs that are independent of the BAPI.

For this reason BAPIs must not contain the following COMMANDS:

  • CALL TRANSACTION
  • SUBMIT REPORT
  • SUBMIT REPORT AND RETURN

For this reason BAPIs must not contain the following commands:



Discussion

No Comment Found