Sunday, December 21, 2008

Interactive Reports

Interactive Reports

-> In these type of report user can actively control data retrieval and display during the session.
-> Detailed information appears in secondary lists.
-> Allows user to interact so that a new list is populated based on user selection.
-> Secondary list may either overlay the Basic list completely or you can display them in an extra window or screen.
-> These lists can themselves be interactive again

-> System field that gets affected is: Sy-lsind
-> It contains the list no.
-> The secondary list can go up to 20 levels.

An interactive report generally works in the following fashion:
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.
The 20th list, will essentially depend on the "selected line" of 19th list.

EVENTS

TOP-OF-PAGE DURING LINE-SELECTION : Displays the Header data for the lists.

AT LINE-SELECTION : When a particular line is clicked ,this event is triggered.

5 comments:

Life is beautiful!!!! said...

great blog kindly do write about BDC...

Bhakti said...

Thanx archu.
Yes sure.BDC will come too..
Bhakti

Sushanth said...

Hi,

Could you write something about ALE-IDOC.

Regards,

Sushanth H.S.

Thomas Johnson said...

Please write down the BDC procedure step by step... Its urgent to me.

Thanks

naresh galla said...

i need some examples on alv reports,could plz provide those?

Post a Comment