cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Gateway Service Builder inheritance model

Former Member
0 Kudos

Hi there,

I came across an error regarding the subclassing of Entities and I would like to know if I am doing something wrong, or if it is a bug.

In my example I have 3 Entities: TEST1, TEST2, TEST3. TEST1 has defined one property a, TEST2 has defined one property b, TEST3 has defined one property c.

TEST2 has as basis TEST1 and TEST3 has as basis TEST2. I would expect, that TEST3 would now have 3 properties: a, b and c. But it only inherited the property b of TEST2 and is missing a.

So I came to the conclusion that it is only possible to build one level of abstraction within the Gateway Service Builder.

Does anyone came across this error already or am I doing something wrong here?

King regards,

Christoph

Accepted Solutions (0)

Answers (1)

Answers (1)

kammaje_cis
Active Contributor
0 Kudos

I never did a multi-level inheritance and did not have a need to. I guess this has to be a bug unless this limitation is mentioned as part of any SAP Note.

Krishna