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

Reports

Former Member
0 Likes
706

Hi experts,

i want ask u that,

wt main diff b/w classical , interactive &

when we generate a classical, when we go for interactive

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
687

classical report is nothing but general reports

we have only one output list.

where as in interactive list u have more than one output list

if u double click or press F2 IN OUTPUT LIST THEN U GET AN0THER OUTPUT LIST that is called secondary list.

to get secondary list u need to use Event At line-selection

reward if helpful

raam

6 REPLIES 6
Read only

Former Member
0 Likes
688

classical report is nothing but general reports

we have only one output list.

where as in interactive list u have more than one output list

if u double click or press F2 IN OUTPUT LIST THEN U GET AN0THER OUTPUT LIST that is called secondary list.

to get secondary list u need to use Event At line-selection

reward if helpful

raam

Read only

0 Likes
687

Thanku reddy u give a answer.

but how to know wt report we want to generate, because client will not know wt is basic & interactive list, how to suggest that wt report is best?

Read only

0 Likes
687

u need not to worry abt that.

ur project lead or team lead will tell u .

it depends on the requirement of the client.

reward if helpful

reddy

Read only

0 Likes
687

Classical reports displays a basic list

Event Of Classical report:

Initialization

At Selection Screen

Start-of-selection

top-of-page

End-of-page

End-of-selection

And if we want to interact with basic list..eg if we want to move from one list to other whenever user double clicks on an element on list or on pressing some key then we will go for interactive report to handle user interaction.

Event of Interactive report :

Initialization

At Selection Screen

Start-of-selection

top-of-page

End-of-page

End-of-selection

At line Selection

At pfn

At user-command

Read only

Former Member
0 Likes
687

Hi,

classical reports cannot navigate to other window by clicking any event it has icons and many colous

interactive reports can be navigated from one screen to other screen

http://help.sap.com/saphelp_470/helpdata/en/5c/c1c6ab445f11d189f00000e81ddfac/frameset.htm

Regards,

V.Balaji

Reward if Usefull...

Read only

Former Member
0 Likes
687

classical reports displays a basic list

Event Of Classical report:

Initialization

At Selection Screen

Start-of-selection

top-of-page

End-of-page

End-of-selection

if we want to interact with basic list then we will go for interactive report

Event of Interactive report :

Initialization

At Selection Screen

Start-of-selection

top-of-page

End-of-page

End-of-selection

At line Selection

At pfn

At user-command