cancel
Showing results for 
Search instead for 
Did you mean: 

used DCs

Former Member
0 Kudos

Hi,

How to use used dcs in the component?could any one guide me on this.

Regards,

Pavani

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Once you have added the public parts (Compile and Runtime) of some DC into your used DC. Go to

Your Project/DC> Web Dynpro Component > Used Web Dynpro Component , right click and say Add Used Component.

Browse the Component to be used and mention your custom name for the used Component and then say Finish. Let the life-cycle be createOnDemand.

Now, you can go ahead and use the Interface Controller of the other DC in your components by simply adding the dependency under properties of your controllers.

Hope your issue is well addressed.

Regards,

Tushar Sinha

Former Member
0 Kudos

Hello,

If you define a DC as used DC you have to add its Component Controller to your Component Controller.

Then, you will have the methods of this UsedDc available.

Regards,

Shimon.