what are ALV reports? how they are different from normal
reports? what are the main events that are used in an ALV
report? what is the use of SLIS type pool in alv reports?
Answers were Sorted based on User's Feedback
Answer / bhanu
ALV means ABAP List View .It is used in t-code
SE38,Excautable program . more than 255 lines of
characters in length we use ALV reports .
with function modules
Reuse _ALV_LIST_DISPLAY
Reuse_ALV_GRID_DISPLAY
but SLIS is created in se11-type pools to work in ALV
reports
SLIS_ALV_FIELDDATACAT.
SLIS_ALV_LAYOUT
SLIS_ALV_EVENTS.
Is This Answer Correct ? | 71 Yes | 8 No |
Answer / rohit
ALV means ABAP List Viewer.ALV is available in two modes:
list and grid. List mode is good old list processing with
standard functionnalities, and grid mode is using a new OCX
object displaying grids.
introduce a type group with type-pool.
maintain a type group via abap dictionary.
for simple alv:
slis_alv_fieldcatalog : populate the fieldcatalog
slis_layout_alv : it is for layout
slis_alv_events : it is for internal tables events
Is This Answer Correct ? | 70 Yes | 20 No |
Answer / hari prasad 9538466365
ALV IS ABAP LIST VIEWER .IF OUTPUT IS MORE THAN 255
CHARACTERS WE CAN CHOOSE SELECETED COLUNS FROM OUTPUT REPORT
THIS IS MAIN DIFFERANCE.
THE FEATURES OF ALV ARE SORTING,FILTERING ,ETC....
TO AVOID CODING FOR PROCESSING LOGIC WE USE FUNCTION
MODULES IN ALV.
BY USING SLIS TYPE POOLS WE CAN USE REUSEEABLE DATA TYPES
IN FUNCTIONMODULES IN ALV REPORTS.
Is This Answer Correct ? | 21 Yes | 7 No |
Answer / venkat aileni
ALV: ABAP List Viewer.
In ALV we are going to display data in a table format. And system is going to provide even more functionalities like sort ascending, Descending, graph, choosing layout etc.
In normal report we can just display the data in a formatted way.
By using ALV's we can display Header data and logo's too.
Few Function Modules used in ALV:
REUSE_ALV_LIST_DISPLAY: For list display.
REUSE_ALV_GRID_DISPLAY: For grid display.
REUSE_ALV_COMMENTRY_WRITE: For displaying header data,
For dispalying Logos.
REUSE_ALV_EVENTS_GET: For reading events.
Is This Answer Correct ? | 11 Yes | 2 No |
Answer / rajanishekar
alv report (abap list viewer) it allows the user to perform various functions such as sorting, filtering and reteriving data ect alv repotr is a userfriendly, ability to handel events, and use of moderate code. but copmare to alv the normal reports does't have this type of flexibility
the main events are : 1. USER_COMMAND
2. TOP_OF_PAGE
3. PF_STATUS_SET
4. TOP_OF_LIST
5. END_OF_PAGE
6. END_OF_LIST
7. SUBTOTAL_TEXT.
sils is a type group in datadictionary which contain all the reusable user defined types for developing alv reports
for example:- 1. Reuse_alv_fieldcatalog_merge
2.Reuse_alv_list_display
3.Reuse_alv_events_get
4.Reuse_alv_grid_display
5.Reuse_alv_commentary_write ECT..
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sumit
ABAP List Viewer (ALV) is a simple, user friendly and better looking reporting tool as compared to the usage of write statements in a conventional / interactive report.
SAP provides a set of ALV (ABAP LIST VIEWER) function modules, which can be put into use to embellish the output of a report. This set of ALV functions is used to enhance the readability and functionality of any report output.
Is This Answer Correct ? | 8 Yes | 4 No |
Which method is faster among 4 methods used in LSMW.?
how can i transport a idoc from development system to production system? in idoc we are doing bd64 for distribution model view is it mandatory for idoc? and is it possible without creating a distribution model view we can generate a idoc?
How to combine multiple delivery into one Billing ( Step by Step)?
what are performence analysis techniques?
Why do we require Infotypes for HR module
Is the basic list deleted when the new list is created?
How to transfer legacy data into base tables by scheduling a time frame using bdc?
Explain a report that you recently did?
4 Answers Atos Origin, Cap Gemini, Deloitte, FutureSoft,
how you identify errors in call tr?
in views..date base view can be used instead of join state ment in a program..it is one of reusable technique..is it correct???
what is the diffrence between inner and outer join
when u prefer lsmw?