cancel
Showing results for 
Search instead for 
Did you mean: 

Working with Tables in Web Dynpro -- Example error.

former_member202208
Active Participant
0 Kudos

Hi all,

referring the following document

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-tec...,

i am trying the example.

At the end when i compile/deploy i am getting the following 2 exceptions;

1. The constructor TableCompDetailView(IPrivateTableCompDetailView) is undefined

2. IPrivateTableCompDetailViewtailView cannot be resolved or is not a type

Downloaded proj template from https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9043d439-7aca-2910-67a6-a2ad9d85...

Can someone pls let me know what am i missing.

thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member202208
Active Participant
0 Kudos

Rebuilt

Former Member
0 Kudos

Hi,

Firstly, repair the project by right clicking on the project and then click on Repair -> Project structure and Classpath

Check the line in the TableCompDetailView where you have the following code IPrivateTableCompDetailViewtailView or double click on the error.

Change that to IPrivateTableCompDetailViewtailView to IPrivateTableCompDetailView and build the project again.

Regards,

Kartikaye

Former Member
0 Kudos

Hi,

This is a common problem:

1st Solution:

Right click on your project Repair-->Project structure and Classpath

Build the project.

2nd Solution:

Close your IDE & Open your IDE

Then right click on your project Repair-->Project structure and Classpath

Build the project

Regards,

Charan