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: 

ireport

Former Member
0 Kudos

Hi,

How does System work in case of an Interactive Report?

regards,

kb

3 REPLIES 3

Former Member
0 Kudos

Hi,

In case of interactive report, system takes in the user command and based on that executes the appropriate program.

Example - After the basic list display, if the user decides to view the detailed report of a particular record, if the provision is made, by double click he can go to the detailed report on that record.

Another example could be if the user chooses certain records and then decides to make certain data updates so on and so forth..

Rgds,

Hema

Vijay
Active Contributor
0 Kudos

hi

ABAP/4 provides some interactive events on lists such as AT LINE-SELECTION (double click) or AT USER-COMMAND (pressing a button). You can use these events to move through layers of information about individual items in a list.

How do I program double click in ALV?

check the below links

http://www.sapfans.com/forums/viewtopic.php?t=11601

http://www.sapfans.com/forums/viewtopic.php?t=23010

regards

vijay

reward points if helpful

Former Member
0 Kudos

thanks