cancel
Showing results for 
Search instead for 
Did you mean: 

Tree Structure in WebDynpro Table - Example

Former Member
0 Kudos

Hi,

I am doing Tree Structure in a Table example from help.sap.com. At one point, when i am creating an action "LoadChildCatalogEntries" and adding a new parameter "element" of type "ICatalogEntriesElement". To add a new parameter, choose New. Give this parameter the name element and for Type, click on the small button. In the dialog box that appears, select Java Native Type, then choose Browse... In the next dialog box that appears, enter ICatalogEntriesElement. But i am not able to find "ICatalogEntriesElement". Right now i am running on NDS SP15, i have also checked in NDS SP9, in both the versions, its not available. Any ideas, please let me know.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I answered already in the other thread where you asked this.

Armin

Former Member
0 Kudos

Armin,

Actually, I've faced same problem in some versions of IDE -- inner classes in "Browse..." class dialog are not accessible.

Lakshmi, try the following:

1. Invoke Java type dialog on method parameter.

2. Run "Browse..."

3. Type <i>IPrivate<ViewName></i>

4. Choose view class

5. In input filed (available again after "Browse..." window closed) add <i>.I<NodeName>Element</i> to class name <b>manually</b>

6. Click OK

VS