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

Importent

Former Member
0 Likes
799

Hi

How can i notice a report by viewing that it is an intractive or a clasical report..

Thanks,

Srik

8 REPLIES 8
Read only

Former Member
0 Likes
754

hi,

a classical report is a static report if you dbl click on any line it will not navigate, whereas interactive report is not static and can be navigated

Read only

Former Member
0 Likes
754

Hi,

just execute it.

if u can move further to other lists,its interactive else if it is standalone list thats classical

Read only

Former Member
0 Likes
754

One point is check if there are interactive events in the report like

AT LINE-SELECTION .

AT USER-COMMAND.

Read only

Former Member
0 Likes
754

goto the program

press ctr + f ...type at line-selection

if it isw found.. then it is an interactive report

Read only

0 Likes
754

No boss not like that....

By just seeing that output list can we judge that.....

Thanks,

srik

Read only

0 Likes
754

in interractive report u will get one ICON which is for LINE selections.

Regards

Prabhu

Read only

Former Member
0 Likes
754

HI,

CLASSICAL REPORT: iTS NOT INTERACTIVE(WHEN EXECUTED PRODUCES

ONLY SINGLE RESULT).ie

for ex: start-of-selection.

tables: mara.

select * from mara where matnr = 900.

write:/ mara-werks.

endselect.

when you execute this report: india(when you double click on it,there it will be no result).

INTERACTIVE REPORT: WHEN YOU DOUBLE CLICK,SECONDARY LIST IS PRODUCED.

write :/'this is basic list.

at line-selection.

write :/'this is first secondary list'.

elseif sy-lsind = 2.

write : /'this is second list'.

endif.

when you execute it.

basic list is produced ie (this is a basic list).

when you double click on it ,it will produce

this is first secondary list,again double click on it

produces this is second secondary list.

hope this helps you

sri

Read only

0 Likes
754

hi,

AT line-selection is there then it is interactive list.

sri