Difference between interactive and ALV Reports
Answers were Sorted based on User's Feedback
Answer / srini gollakaram
Interactive or drill-down reports are for navigation
purposes to get the most information to a deeper level on a
particular field or for a record from the basic list to the
secondary lists or vice-versa . Whereas ALV is a sap
defined standard table format for display purposes and for
doing enhnacements on the output( Eg: downloading ALV data
to excel sheets).
Is This Answer Correct ? | 18 Yes | 4 No |
Answer / jyoshna
In Interactive reports Processing logic is required(ioop ...end loop),and HIDE and Get cussor are possible to use.
But in case of alv reports processing logic is not required and HIDE and get cursor are not possible to use, Through function module only we have to display output.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / g.shankar
interactive reports display output in rows nd column where
as alv is Abap List Viewer used to enhance the performance
of reports..
Is This Answer Correct ? | 6 Yes | 10 No |
Can you delete data element, which is being used by table fields. : abap data dictionary
Hi everyone! i m pursuing ABAP so still in learning phase i want to know abt. IDOCs and ALE like what's the role of messege type in IDOCs and how things goes on in background i know i sound absurd but as i m not clear abt. the same Ur advice wud be highly appreciated looking forward for a quick reply with some scenarios if URl for some gud sites that wud b helpful in the initial stage of learning wud b provided it's wud b g8 thanks in advance
can we insert a table in a table? structure in a structure, structure in a table and table in a structure?
How we format the data before writing a statement in the report?
what is the difference between at first & at new statements
What is Basic IDOC type?
Explain what is sequence of event triggered in report?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
CAN WE DEBUG A MACROS ? HOW DO TO MATHEMATICAL ON TWO NUMBERS ?
how does SAP organise its exits?
What is its?
to find an enhancement we will go to smod and check with the given package. but how can we know that a particular funx exit is used for particular enhancement( for eg: mm06e005 for mm22n screen exit.) will it be given by SD people or we have to find it?