cancel
Showing results for 
Search instead for 
Did you mean: 

Interface view calling controller/view

Former Member
0 Kudos

Hi,

I have a navigation from one WDP DC to another, via the interface view's inbound plug.

Can anyone tell me how to call a method in the WDP controller/view in the inbound plug's method?

eg, in my XXXXInterfaceView

public void onPlugInboundToA(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )

{

//@@begin onPlugInboundToA(ServerEvent)

//calling controller/view's method here

//@@end

}

Any help would be much appreciated

.

Thanks.

- julius

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

/people/sudhir.gorantla4/blog/2008/02/27/componentization-of-webdynpro-application-in-ce71

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0409d83-5ed5-2910-ef91-e41da6d5...

/people/sudhir.gorantla4/blog/2008/03/07/webdynpro-dcs-in-ce-71

Answers (2)

Answers (2)

former_member192434
Active Contributor
0 Kudos

Hi

Did you try call FirePlug

wdThis.wdFirePlug();

for more check this pdf

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/4a417a90-0201-0010-f499-8d41fc78...

thanks

Former Member
0 Kudos