cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Delegation

Former Member
0 Kudos

I have creating a subtype of BUS100006, and then created a new method which I have set to implemented, and then sucessfuly gernerated my new subtype. Then I have added the delegation between BUS100006 and my ne ZBUS1000 subtype. But I cant see my new method in the supertype - is there something I'm doing wrong?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

Please change the status of new method to ' Released ' And generate the Bor object.

Former Member
0 Kudos

Hi ,

There is nothing wrong .

It is simple concept of parent child relation .

We can only make changes in the delegated type. This wont reflect in the super/parent/old object type

Even if you delegate an Object type,you can still refer the super/parent/old object,

but the delegated type(new) only will be considered during runtime.

refer -Link: [url]http://help.sap.com/saphelp_40b/helpdata/ru/9b/4460ff454711d189430000e829fbbd/frameset.htm

Fonseca D C.

Former Member
0 Kudos

It is there just not obvious in the superclass