2009 Dec 23 6:47 AM
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 !
2009 Dec 23 7:12 AM
check the link below
[http://wiki.sdn.sap.com/wiki/display/Snippets/Addcustomsub-menuinALVcontextmenu|http://wiki.sdn.sap.com/wiki/display/Snippets/Addcustomsub-menuinALVcontextmenu]
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 !
2009 Dec 23 6:57 AM
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.
2009 Dec 23 7:00 AM
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.
2009 Dec 23 6:58 AM
2009 Dec 23 7:12 AM
check the link below
[http://wiki.sdn.sap.com/wiki/display/Snippets/Addcustomsub-menuinALVcontextmenu|http://wiki.sdn.sap.com/wiki/display/Snippets/Addcustomsub-menuinALVcontextmenu]