‎2012 Jan 24 5:14 AM
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
‎2012 Jan 24 9:05 AM
Hello Prateek,
View Clusters may be correlated to "composition" viz., different views "compose" a view cluster! But IMO i don't see inheritance being applied to DDIC objects. Let's see what other members have to say.
Can you explain the relationship among the tables which you're planning to map via inheritance?
BR,
Suhas