What type of reports (ALV, Interactive, Classic) we can
generate in SAP ABAP?
Answer Posted / malli.gontla
classic and interactive reports are developed by using
events like initialization, at selection screen,start of
selection, top of page etc.
alv reports are created by using functions and classes.
for functions: Alv_list_grid_display, etc .
for classes:CL_GUI_ALV_GRID, etc are using
LDB,logical database reports, using Get, Get late events.
these are for HR ABAP only.Not Abapers.
Abap query, it is one of reporting tool.no need of coding
use transactions,SQ02,SQ03 and SQ01
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is meant by authorization? : sap abap hr
What is the difference between a structure and a table? : abap data dictionary
What is system-land-scape of your project?
What are the internal tables and work area?
How many main windows will be there in a page window?
Difference between transparent tables and pooled tables? : abap hr
Differentiate database index and match code.
What is retro active accounting
How can we decide weather we can enhance the standard infotype or not ? : abap hr
What is a database view? : abap data dictionary
What is the use of abap data dictionary? : abap data dictionary
What does an exec sql statement do in abap? What is the disadvantage of using it?
Explain the different types of data dictionary objects?
Do we create table fields with out data elements and domains?
How many default tab strips are there?