Reports are added in System Modeler through the Report-stereotyped classes. Reports present information from the database to the user, or are used to perform specialized batch processing of the database information. They also have a Main method. Logic Editor is used to enter Report logic, and Painter is used to create Frame layouts. Refer to topics related to Reports in the Agile Business Suite Developer User Guide for more information on Reports.
There are two methods of handling Report output:
Using the Report Output Control system (ROC)
Using Non-ROC Reports
The use of ROC is highly recommended, as it is the more automated of the two methods. You should review the introductory information on ROC later in this section.
References
The various properties (both configuration and model) that are mentioned in this section, for example the Report properties, as well as Logic Editor and Painter, are described in more detail in the Agile Business Suite Developer User Guide.
Logic commands and built-in attributes are described in the Agile Business Suite Programming Reference Manual.
Refer to Differences between ROC and Non-ROC Reports for more information about ROC and non-ROC.