Difference between interactive and ALV Reports
Answer Posted / 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 |
Post New Answer View All Answers
Can you create a table with fields not referring to data elements? : abap data dictionary
Explain the difference between a pool table and a transparent table?
What are the layers of data description in r/3? : abap data dictionary
What are the steps in creating screen ?
Differentiate between transparent tables, cluster tables and pooled tables
What are the different modes of processing batch input sessions? : abap bdc
What is a size category?
Explain what is an rdbms?
What is macro? : abap hr
Explain the Importance of pa20? : abap hr
Mention some important events in abap programming.
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What are the types of windows in sap script?
What is the use of table control in bdc is it same in module pool table control? : abap bdc
Can a constructor be declared private? If yes then in which scenario?