cancel
Showing results for 
Search instead for 
Did you mean: 

How to add a pop up menu to a table cell.

Former Member
0 Kudos

Hello experts I Want to perform move up or move down or delete row from the table cell.So want to implement popup menu on table row or cell.Any help???

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Follow the tutorail to learn more about pop up,

dialog boxes in web dynpro

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/061f0ca3-0c01-0010-67a6-ecc32193442f">How to Use Web Dynpro Popup Menus</a>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/42af9f90-0201-0010-6099-ba67e5426bdf">Dialog Boxes in Web Dynpro Applications</a>

Former Member
0 Kudos

Ramakant,

Read

Bala

Former Member
0 Kudos

In NW04 I would suggest using toolbar buttons that refer to the lead selected row.

In NW04s you can attach a menu at the table cell editor of the column, if it allows this (e.g. if it is a TextView). The drawback is that there is a menu rendered for each row which may lead to performance problems when there are many rows displayed at once.

In 7.1, you can use "real" context menus which haven't restrictions.

Armin