Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Context Menu and ALV

Former Member
0 Likes
735

Hi Gurus,

I have this requirement with my ALV report.

I need a context menu(on right click) for MATERIAL NUMBER column, where in the menu I will have transaction MM03.

So, whenever we select MM03 it will go to MM03 transaction.

Thus in brief, I need the CALL TRANSACTION feature in the context menu of the ALV report only for Material Number column.

Can you please help !

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
697

check the link below

[http://wiki.sdn.sap.com/wiki/display/Snippets/Addcustomsub-menuinALVcontextmenu|http://wiki.sdn.sap.com/wiki/display/Snippets/Addcustomsub-menuinALVcontextmenu]

4 REPLIES 4
Read only

Former Member
0 Likes
697

You can also set MM03 on double click. Also you can add check to which double click was made.

That is when user double clicks on material number it shoud go to MM03.

Read only

0 Likes
697

Hi Lalit,

I can do the same thing by double click, but the requirement is in the form of Context Menu.

Can you please suggest something using context menu.

Read only

Former Member
0 Likes
697

T.code DWDM

then click on CONTEXT MENU u got so many example

Read only

Former Member
0 Likes
698

check the link below

[http://wiki.sdn.sap.com/wiki/display/Snippets/Addcustomsub-menuinALVcontextmenu|http://wiki.sdn.sap.com/wiki/display/Snippets/Addcustomsub-menuinALVcontextmenu]