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.
Discussion on challenges while implementing design pattern Model View Controller in ABAP objects.
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.
In this post, we will see how we can implement the Views which will access the Controller and model which is encapsulated in the controller. This post is in continuation of previous post: First Demo Application – ALV For our first Application view will be ALV output. To get the data for the ALV into…