Skip to Content
0
Dec 27, 2007 at 04:35 PM

call an interface method of a WD application from IF_WD_COMPONENT

119 Views

Hello,

I have an class written in ABAP and a method with a parameter id_component of type ref to IF_WD_COMPONENT.

From this parameter I get the WD Application, I get an instance of IF_PORTAL_NAVIGATION and so on.

But I try to get an existing interface controller or the component controller to call a method of them. But without any success.

Is there a way to call a method of an interface controller or component controller, if I have only the IF_WD_COMPNENT instance of a WD application?

Many thanks.

Kind regards

Hans-Dieter