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
Module Pool Programming: Events and Table Control handling.
What is primary index?
How do you write manual bdc session method? : abap bdc
What are the dis-advantages of logical databases? : abap hr
What are the uses of interactive reporting?
What is the use of the raising exception? : abap modularization
Sy index and sy tabix
could anyone tell me what r real time questions been asked in interviews?i am in urgent need..thanks in advance
Is the basic list deleted when the new list is created?
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
How to display or know if the value entered contains records or not?
What are the events in screen programming?
How do you activate a function exit?
What is check table?