Entering content frameError Handling for Bundled Updates Locate the document in its SAP Library structure

Runtime errors can occur during execution of bundled updates. How are they handled? In general, COMMIT WORK processing occurs in the following order:

  1. All dialog-task FORM routines logged with PERFORM ON COMMIT are executed.
  2. All high-priority (V1) update-task function modules are executed.
  3. The end of V1-update processing marks the end of the . If you used COMMIT WORK AND WAIT to trigger commit processing, control returns to the dialog-task program.

  4. All low-priority (V2) update-task function modules are triggered.
    All background-task function modules are triggered.

Runtime errors can occur either in the system itself, or because your program issues an termination message (MESSAGE type ‘A’). Also, the ROLLBACK WORK statement automatically signals a runtime error. The system handles errors according to where they occur:

If your program detects that an error in remote processing has occurred, it can decide whether to resubmit the requests at a later time.

For further information about RFC processing, refer to the Remote Communications documentation.

 

 

 

Leaving content frame