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. Introduction As discussed in the previous postABAP Object Oriented Approach for Reports – Initial Design(which got very good response – 14...
All the time, whenever I see the OO ABAP used for any report, I see that developers are always using the parameters and select options directly in the method implementation. This makes the method impossible to use in any other way. *DATA:V_WERKSTYPET001W-WERKS.*CLASSLCL_VALIDATIONDEFINITION...