Level Break Section Events

When a report containing level break sections is processed, the system automatically calls the Init Lvl Brk Footer Section event or the Init Lvl Brk Header Section event. You can attach event rules to these events to control the flow of logic processed by the batch engine.

For example, if you want to create a report that summarizes information by company, you can create a level break footer to organize the data by company. You can define Company as a level break field and, when the company value changes, the batch engine will call the level break footer for the detail section.

You can also call business functions, define table input/outputs (table I/O), and include other logic in level break section events.