difference b/w classical report and intractive report
Answer Posted / hariabap
classic report: generates single list and there is no user
interaction.
interactive report: we can generate 1 basic list and upto 20
secondary lists. user interaction will be there . If u click
on paticular field in basic list it will go to secondary
list.Easy to analyze the report.
| Is This Answer Correct ? | 40 Yes | 1 No |
Post New Answer View All Answers
What is a view? : abap data dictionary
How many detail lists can be created in interactive reporting?
What is dynpro? what are its components ?
how to see the table output?
What is direct input method ?
What is the use of enqueue function module? : sap abap data dictionary
Search help exit details.
What are the aggregate objects in the data dictionary? : abap data dictionary
Which function modules can be used to transfer the data using bdc programming? : abap bdc
What are the different attributes that can be assigned to a variant?
In delivery processing which step comes first picking, packing, posting goods issue ?
What are internal tables? How to use a specific number occurs statement?
Explain the use of insert and append statement in sap abap?
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
What is the maximum number of structures that can be included in a table or structure : abap data dictionary