InterviewSolution
Saved Bookmarks
| 1. |
What Happens If A Function Module Runs In An Update Task? |
|
Answer» The system PERFORMS the MODULE processing asynchronously. Instead of carrying out the call IMMEDIATELY, the system waits until the NEXT DATABASE update is triggered with the 'COMMIT WORK' command. The system performs the module processing asynchronously. Instead of carrying out the call immediately, the system waits until the next database update is triggered with the 'COMMIT WORK' command. |
|