Posts Tagged ‘SY-LSIND’

Interactive Reports in ABAP

Thursday, June 29th, 2006

SAP ABAP Interview QuestionsQuestion 5: What is an interactive report?

Question 6: What is the difference of an interactive report compared with a classical type of report?

If you write ABAP programs, you mostly write report programs. The first type of reports programs are read-only classical report programs that show the data once. But then users say that “I want to run the report then I want to expand the result by clicking these items on result screen.” So it is time write interactive reports. Interactive means report results are clickable.

(more…)