Program Flow Example
This is an example of an implementing transaction master business functions during document processing in an interactive application:
Dialog is Initialized
Call Open Batch Edit Object module.
Grid is Entered
Call Begin Document Edit Object module.
Row is Exited
Call Edit Line Edit Object module.
OK Button Clicked
Call Edit Document Edit Object module.
Before Add from Database or Before Delete from Database
Suppress Add/Delete.
Call End Document Edit Object module.
Cancel Button Clicked
Call Close Batch Edit Object module.