cancel
Showing results for 
Search instead for 
Did you mean: 

No List-box UI element in NW2004...

Former Member
0 Kudos

Hi all,

As we all know there is no List-box UI element in NW2004. One work around is place a table,scroll container and customize it to look like a List box.

But can we use NW2004s jar file which contains IWDItemListBox class file and write a code in wdModifyView.

Actually we did try same thing, but after deploying its giving error :

java.lang.NoClassDefFoundError: com/sap/tc/webdynpro/progmodel/api/IWDUIElement

But IWDUIElement class is already present in NW2004 "_webdynpro_progmodel.jar" file.

So not able to understand where and what is the problem???

With Regards,

Amol.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186016
Active Contributor
0 Kudos

Hi,

If you try to replace the class in jar in IDE, you might be able to create the UI element. Firstly its not recommended.

Secondly, the runtime will not support it.At deployment it will fail.

So better use 04s configuration,if you want to use the UI element.

Regards,

Ashwani Kr Sharma

Former Member
0 Kudos

You cannot do this. No way.

Armin