Selection criteria object for the reports where you can implement the MVC for decoupling. This approach is using the FM RS_REFRESH_FROM_SELECTOPTIONS.
In continuation to the previous article and in quest about the Selection object, lets check out this different flavor of the selection screen object.
Lets checkout the ABAP object oriented approach for reports when you want to get data from different data sources – Database and/or Archive .
In this post, I would show you a more flexible design using ABAP Objects. This design is to decouple logic, criteria, data display as much as possible.
Many times, I see incorrect usage of ABAP Objects in custom development. In this two post blog series, I would show few incorrect designs and finally would show OO approach.