cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic IView displaying using Table

Former Member
0 Kudos

Hi

I hava a web dynpro application . In which i have

a table with 2 columns.

when i am selecting a row in the table it should

display different Iviews depending on the column values.

replay ASAP

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Venuthurupalli ,

If you are saying about showing different views in webdynpro depending on the selected element in firsat column,

if you access the

iprivate<view name>.i<node name>element = wdContext.node<node name>.getcurrent<node name>element will give you the selected row

element.get<attribute name> will give the value of column of the selected row

You can do the check and fire the plug

Regards

Rohit

Message was edited by: Rohit Radhakrishnan

Message was edited by: Rohit Radhakrishnan

Former Member
0 Kudos

Hi,

Use WDPortalNavigation.navigateAbsolute() or WDPortalNavigation.navigateRelative() method

to navigate to your respective iView.

Check out these link

http://help.sap.com/saphelp_nw04/helpdata/en/43/2eafd8d2f30d24e10000000a1553f7/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/43/2eafd8d2f30d24e10000000a1553f7/frameset.htm

Check out the API help in your NW Developer Studio

Help->SAP NWDS Doc->SAP WAS for java Applns->API WAS->

com.sap.tc.webdynpro.clientserver.navigation.api

Retrieve the column value as described by Rohit and use

it in the methods in WDPortalNavigation.

Thanks

Senthil

P.S: Reward Points for useful answers