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 |
in which event validation is done?
Give 3 scenario due to which you require Gap analysis in your project?
How you prepare documentation?
what are different types of message types available for ale/idocs
which commands are allowed if you are working with an internal table of type sorted?
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
Where the data captured data is stored in ALV Interactive Reports using usercommand?? I_callback_usercommand
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
what is single screen maintainence?
what is use of tcp/ip in real time for abaper??
Hi guru, In a report prg there is an event called : at SELECTION-SCREEN on VALUE-REQUEST FOR <fieldname>. pls tell me that when i am using a module pool prg how do I call the above event. In other words what is the module pool equivalent for the above event which is used in a report prg. Hope I am able explain my query.
what is the way to precide search helps in POV?