Program Flow Example

This is an example of an implementing transaction master business functions during document processing in an interactive application:

  1. Dialog is Initialized

    Call Open Batch Edit Object module.

  2. Grid is Entered

    Call Begin Document Edit Object module.

  3. Row is Exited

    Call Edit Line Edit Object module.

  4. OK Button Clicked

    Call Edit Document Edit Object module.

  5. Before Add from Database or Before Delete from Database

    Suppress Add/Delete.

    Call End Document Edit Object module.

  6. Cancel Button Clicked

    Call Close Batch Edit Object module.