cancel
Showing results for 
Search instead for 
Did you mean: 

Upload and Download file

Former Member
0 Kudos

I am trying to develop one application which i got from sdn i.e "Uploading and Downloading Files in Web Dynpro Java_0_"

I am getting this error while clicking table view in this.

java.lang.Error: Unresolved compilation problem: The method wdFirePlugTableSelectedIn() is undefined for the type IPrivateMainView

at com.sap.uploaddownload.MainView.onActionTableView(MainView.java:162)

at com.sap.uploaddownload.wdp.InternalMainView.wdInvokeEventHandler(InternalMainView.java:164)

at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)

at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)

at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)

... 26 more

Can any one help me.

Regards,

H.V.Swathi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If it is a tutorial downloaded from SDN then after importing in the studio, select the project and right click on it and go to Repair and then select Project Structure and Classpath.

Hope it helps.

Cheers,

Manoj

Answers (1)

Answers (1)

Former Member
0 Kudos

hi swathi,

see once 162 line in your coding what exacly you wrote

let me know the line.

thanks&regards

Murthy