Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

View Inheritance

Former Member
0 Likes
418

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

1 REPLY 1
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
363

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