‎2006 Sep 08 6:54 PM
hi,
please explain about interactive ALV report.
regards,
kathir.
‎2006 Sep 08 6:57 PM
‎2006 Sep 08 6:59 PM
‎2006 Sep 08 7:06 PM
If you want to do sorting/display etc., these are part of ALV grid with an option to turn on/off any set of buttons. If you can be more specific on what you mean by interactive am sure someone will be able to help you.
hith
Sunil Achyut
‎2006 Sep 08 8:33 PM
if you want to work on interactive alv report using reuse.... function modules...
check these..
1. you have to pass the event table to your basic fm ie either resue..... List/grid/hierarchical.
event table will have event name and subroutine name for that event
2 you have to define that subroutine(using form and endform) in your program
3. normally you will be using slis_ev_user_command as your event and user_command as your routine.
4. so you have to declare user_command routine in your table.
5 in alv there is no concept of at line-selection and at usercommad events. both you have to handle in user_command routine only.
hope these tips are helpful to you
‎2006 Sep 09 8:27 PM
Hello Kathir
An important ALV grid interaction not mentioned yet are <b>context menus</b>. Depending on your requirements theses context menu can be specific for rows, columns or even single cells.
Regards
Uwe