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

CALL TCODE FROM MENU BUTTONS IN ALV OOPS

Former Member
0 Likes
680

Hi friends,

I have a report with ALV GRID display with oops . According to the requirement I have to cretae three buttons in the menu bar which will cal thre different transactions . Cn anyone tell me HOw to call the transaction from a report ? I tried to use set paramteer id but I am not able to get the output . If possible send me some sample code as well .

Thanks in advance .

Hi friends,

I have a report with ALV GRID display with oops . According to the requirement I have to cretae three buttons in the menu bar which will cal thre different transactions . Cn anyone tell me HOw to call the transaction from a report ? I tried to use set paramteer id but I am not able to get the output . If possible send me some sample code as well .

Thanks in advance .

3 REPLIES 3
Read only

Former Member
0 Likes
606

Check this sample program to handle the menus

BCALV_GRID_06

BCALV_GRID_07

Read only

Former Member
0 Likes
606

thanx

Read only

Former Member
0 Likes
606

Set up a gui status with your button + its codes.

than use call transaction commancd within your user_command module (parameter sy-ucomm).

Rebeka