cancel
Showing results for 
Search instead for 
Did you mean: 

How to directly access a SELECTED row in a table using MasterColumn

Former Member
0 Kudos

I'm using a table with MasterColumn (TreeByNestingTableColumn) contains checkbox element.

In order to get the selected row I have to navigate the whole tree which is a very expensive when the tree is big.

I also tried without check box by just using MULTI ROW SELECTION property of the table but that didn't work.

Is there a way to directly access selected row like we do in the standrard table control?

Any help would be appretiated.

regards

Qamar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Qamar,

Please check this blog post by Bertram Ganz: /people/bertram.ganz/blog/2005/09/13/new-web-dynpro-sample-available--enhancing-table-performance

and corresponding tutorial: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c092333b-0601-0010-e7af-8c2...

The section you need is "[2] Enhancing Table Selection Performance" -- namely, mapping "nodeElement" parameter. This way you may get node element (for which action handler was fired) as action handler parameter.

Also this tutorial is created for WD Java, same consepts should work in WD ABAP.

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

Dheerendra
Participant
0 Kudos

hi, Qamar

Just Check out the Following Link's

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/tutorial on creating a tree structure in a table - 27.htm

and also if u had not seen it before...............

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/tutorial on creating tables in web dynpro - 11_0_.htm

regard's

Dheerendra