Skip to Content
0
Former Member
Nov 24, 2009 at 08:47 AM

Creating dynamic attribute of type TableCellDesign

37 Views

Hi Experts,

I am trying to create a dynamic attribute of type TableCellDesign using this code

wdContext.nodePlanningLevel().getNodeInfo().addAttribute("cellEditor",
		"ddic:com.sap.ide.webdynpro.uielementdefinations.TableCellDesign");

but i am getting an error stating

com.sap.dictionary.runtime.DdException: Dictionary type com.sap.ide.webdynpro.uielementdefinations.TableCellDesign does not exist

I think this is due to "ddic".

I have three questions here:

1, How to resolve the issue?

2. What is this "ddic"?

3. What all "ddic" kind of packages are available and where can i find the list?

Regards

Pranav