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

alv interactive

Former Member
0 Likes
302

when report will become an alv interactive report.ans plz.

2 REPLIES 2
Read only

Former Member
Read only

Former Member
0 Likes
283

Hi,

Purpose of Interactive Reports

Interactive report provides you with comfortable functions for navigating through your data.

_Use_

1>Interactive report are used to display multiple list in one single report

2>It has basic list and then you can navigate to one or other screens in one single report

3>Enhance the efficiency & transparency of Business Processes

Example : Column one of the report displays the material numbers, and the user feels that he needs some more specific data about the vendor for that material, he can HIDE that data under those material numbers.

And when the user clicks the material number, another report (actually sub report/secondary list) which displays the vendor details.

Interactive Process Flow

1. Basic list is displayed.

2. User double clicks on any valid line or  User selects a line and presses as button on the tool bar.

3. The corresponding event is triggered

4. Then in the code, the line on which action was done, is read.

5. Depending on the values in that selected line, a secondary list is displayed.

6. Steps from 2-5 are repeated till the end.

Regards

Sandipan

Edited by: Sandipan Ghosh on Mar 12, 2008 3:45 PM