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

interactive alv report

Former Member
0 Likes
714

hi,

please explain about interactive ALV report.

regards,

kathir.

5 REPLIES 5
Read only

tamra_walstrom
Explorer
0 Likes
670

What specifically do you need to know?

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
670

Interactive ALV grid, is one that allows you do double click on a cell and drill into a transaction. This is just one example.

Regards,

Rich Heilman

Read only

0 Likes
670

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

Read only

Former Member
0 Likes
670

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

Read only

uwe_schieferstein
Active Contributor
0 Likes
670

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