cancel
Showing results for 
Search instead for 
Did you mean: 

delegation????????

Former Member
0 Kudos

why do we give delegation, what is the concept behind that?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi ,

here ur customized object acts as a supertype, instead of actual method

Answers (3)

Answers (3)

Former Member
0 Kudos

hi expert ravi...

you ve created an customizing object iby using super type object...

in your customizing object you ve methods...

which all used while you using the Corresponding super type object when you after your delegation.

but only one customizing object can delegate with super type.

at the time of upgrade version it ll be very helpful for you while you usig hte super type delgation with your customizing object.

if it is ver helpful for you please reward points...

regards,

velmurugan....

former_member184495
Active Contributor
0 Kudos

Hi RK,

BOR object has Attributes, events, methods and key.

say this BOR has a method FETCH.

Now your requirement is using the same BOR, you need a ZDISPLAY method which actually the BOR doesnt provide,

but inorder to incorporate ZDISPLAY you delegate this to a ZBOR which can use parent BOR's attributes, events etc...and create a ZDISPLAY for you.

Any scope which Std.BOR doesnt have, can be delegated using ZBOR.

Concept similar to Parent Child class.

Aditya

Former Member
0 Kudos

We do delegation so that we can use the Standard Functionality of a Standard Business Object plus the added functionality that you have incorporated in your Custom Business Object that you have delegated from standard Business Object. When you delegate a Standard BO then your custom BO actually gets called.

<b>Reward points if useful</b>