Hi Experts,
Since SAP is recommending to shift to OOPS programming model from procedural programming, I am thinking of using OOPS where ever possible. I am now developing a report and I want to make use of OOPS concept. But I am confused on few things.
- I have referred some sample codings using SALV given by SAP. There they are using FORM-ENDFORM. Does it sounds more like procedural?
- Is it fair to use function modules in oops reports. (I am assuming that the real flavour of oops will be missed out in this case. )
- When exactly does the role of constructor method comes into play?
- In what scenario we have to declare methods or variables as static?
BR.