cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot create view element implementation com.sap.tc.webdynpro.clientserve

Former Member
0 Kudos

Hi all,

I am genrating dynamic columns in a table but its giving this error now, please help me in rectifying this.This really urgent.

The error is:

1Cannot create view element implementation com.sap.tc.webdynpro.clientserver.uielib.standard.impl.TableColumn

regards

Sharan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can not create table columns with same id.

Check on the code whether you are giving same name to more than one column.

check following code

IWDTableColumn Column=(IWDTableColumn)view.createElement(IWDTableColumn.class,"clm");

Hope it answers your question.

Regards

Deepak

Answers (1)

Answers (1)

Former Member
0 Kudos

Please post complete stacktrace. My guess: You are using view element ID twice.

Armin