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 the significance of technical settings (specified while creating a table in the data dictionary) ?
What’s value table?
Which transaction code can I use to analyze the performance of abap program?
What are the different types of mode (run code) in call transaction method?
What is a type group?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
What are the different modes of processing batch input sessions? : abap bdc
What is a development class? : abap data dictionary
What does the insert statement in extract datasets do?
What are the system fields? Explain?
What is an abap dictionary? : abap data dictionary
Explain what are the different functions used in sap script? What are the parameters used in each function?
What are data classes? What are the various data classes available for selection? : abap data dictionary
What work you have done in HR module