cancel
Showing results for 
Search instead for 
Did you mean: 

Implemening Context Menus in ALV table View

Former Member
0 Kudos

Hi experts,

I'm trying to implement a context menu in an ALV Grid table view in web dynpro. It should be able to list a number of possible actions depending on the selected line (like "Move this item to an other folder").

How can I hook such events to that ALV view?

Thank you!

Kai

Accepted Solutions (0)

Answers (1)

Answers (1)

g_srivastava
Active Contributor
0 Kudos

Hi,

I am sending you a link hoping it will answer your queries.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/52/5f05fce02d11d2b47d006094192fe3/frameset.htm

Have a best day ahead.

Edited by: Gaurav Srivastava on Feb 4, 2009 1:29 PM

Edited by: Gaurav Srivastava on Feb 4, 2009 1:29 PM

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Gaurav Srivastava, you sent a link for classic dynpro. This functionality will not work at all with Web Dynpro.

I'm not sure that you can hook a context menu into the ALV because the ALV is a separate component usage and you can't register a context menu in your views for the inner ALV Component. If any such functionality existed it would be exposed via the CL_SALV_WD_CONFIG_TABLE API. I scanned it and didn't see anything off hand that would provide such functionality, but you might want to give it a look anyway.