Hi Experts,
I am into an OO ABAP project design, and have a requirement of inheriting a view from another view (just like class inheritance):
1. there will be 1 master view having all data entries
2. when I create another view, I should be able to inherit this from the master view so that all master entries get inherited by default AND, I can add few more if required.
I am trying to do it using View Clusters and doing some screen modifications.
Need your expert suggestions/help for making it simple and more efficient.
Any step wise guidance would be appreciable.
regards,
Parteek