cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: Error in webdynpro

Former Member
0 Kudos

Hi All,

I am getting the following error in webdypro.Can you explain me the reason for this error. I am attaching the code which is giving the error.

wdThis.wdFirePlugTo_Individual();

wdThis.wdGetIndividual_Interface().initialise();

Can you help me out?

This is the error

com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Given name does neither identify the interface controller nor the configuration controller.

at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.eventSourceIsInterfaceController(ComponentUsage.java:726)

at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.subscribeToEvent(ComponentUsage.java:232)

at com.sap.tc.webdynpro.progmodel.controller.Component.subscribeToEvent(Component.java:692)

at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.subscribeSelfToEvent(DelegatingComponent.java:149)

at com.change.app.wdp.InternalChangeAppComp.wdDoInit(InternalChangeAppComp.java:362)

Thanks in Advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member197348
Active Contributor
0 Kudos

Hi Bharath,

What does <b>Individual_Interface</b> refer to? If the reference missing it shows error in the code itself and build fails. If you are sure the usage is not missing then repair and rebuild the project. If still error persists, give more details like what are the components you are using, exactly where this error is occurring and what are you doing?

regards,

Siva

Former Member
0 Kudos

Hi,

If To_Individual is Navigation plug, then control goes to the Inbound Plug of

view to which navigation is defined..

Add interface controller as required controller to your view properties..

Regards

LakshmiNarayana

Former Member
0 Kudos

Hi ,

I already did that I mean I already added interface controller as required controller to my view properties.

Still it is giving errors. It is purely bcozz of plug but what could be the reason?

How to solve it?

Former Member
0 Kudos

HI,

try Reload_Rebuild on your project

Interchange the statements order..

Regards

LakshmiNarayana