Application Development 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: 

Value inheritance of super class

Former Member
0 Kudos

Hi,

Apparently values chosen in a super class aren't inherited to the subordinate class. Is this normal ?

f.e

class Z_B with characterisic Y is subordinate to class Z_A with characteristic X

I only want to show char Y (with a precondition) if the value of X = '01', i use the $parent variable for this, but apparently the value isn't passed through in the object dependency.

Strangely when you define a default value, to char X , this value is known in the object dependency of Y.

So again the question, is this normal ?

Does anybody have a solution for this ?

with regards

Erik

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Yes, it is absolutely Normal.

2 REPLIES 2

Former Member
0 Kudos

Yes, it is absolutely Normal.

Former Member
0 Kudos

And how can i override this ? (with a global dependency ?)