Application Development 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: 

How to handle Events in Blocked ALV report

Former Member
0 Kudos

Hi All,

I have a Blocked ALV report, I have a requirement where if I double click a row in blocked ALV report, it should branch off to MM01 transaction code and the material number and change number should get populated with the material number and change number in my program.

Is there any idea how to do this.

Thanks,

Vishal.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

in the blocked alv fm use "user_command" and in that u canuse sy-ucomm to capture the value and write

call transaction 'mm02'.

to capture the values use " set" or "get " parameter id field <fnam>

4 REPLIES 4

Former Member
0 Kudos

Hi,

See program SALV_DEMO_TABLE_EVENTS for the Event processing.

Darren

Former Member
0 Kudos

in the blocked alv fm use "user_command" and in that u canuse sy-ucomm to capture the value and write

call transaction 'mm02'.

to capture the values use " set" or "get " parameter id field <fnam>

0 Kudos

hi anil,

I have used user_command1 as the function module however the field details are not getting captured.

How can we use set get parameters in this aspect.

Please elaborate your answer.

Thanks,

Vishal.

former_member188685
Active Contributor
0 Kudos

There is no much difference in event handling when you consider the Normal ALV and Block List ALV .

Check in SDN there are more examples on Normal ALV event handling.