cancel
Showing results for 
Search instead for 
Did you mean: 

"WDPortalEventing" cannot be resolved issue

Former Member
0 Kudos

Hi all,

In my web dynpro application, I am receiving a "WDPortalEventing cannot be resolved" error. This is not allowing my application to compile correctly. Any reason why it is doing this?

Do I need a certain libray/class added?

Thanks

Jin Bae

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Add an import for com.sap.tc.webdynpro.clientserver.event.api.WDPortalEventing

or simply press CTRL-SHIFT-O

Armin

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

R u using any EPCF methods or any thing like Portaleventing in ur application? if so u have to do certain imports so just go to implementation tab right click on the page and orgnaize imports.. that will do.

this will import the below package

com.sap.tc.webdynpro.clientserver.event.api.

WDPortalEventing;

this should resolve ur problem.

Regards,

Sirisha.

Former Member
0 Kudos

Right click mouse

in the context menu: "Source"->"Organize Imports"