hi what is difference between REUSE_ALV_GRID_display and
reuse_alv_list_display .
Answers were Sorted based on User's Feedback
Answer / sharath chandra
reuse_alv_list_display gives u the the normal list display
where as REUSE_ALV_GRID_display gives u the grid as
display with more graphical options like some features in
layout
Is This Answer Correct ? | 60 Yes | 7 No |
Answer / vishnu
In Grid display TOP-OF-PAGE event will be used and we can
display logos in REPORT. But where as in case of LIST
display it is not possible. Even edit is not possible in
LIST display but in grid display it is possible
Is This Answer Correct ? | 40 Yes | 4 No |
Answer / sateesh
By using REUSE_ALV_LIST_DISPLAY we can display only a
normal list it it not a user friendly .
but where as using REUSE_ALV_GRID_DISPLAY
we can calculate grand total ,sub totals,
and filter the fields with out using any functions.
Is This Answer Correct ? | 21 Yes | 10 No |
Answer / praveenc
moving of colum position one place to other place in
griddisplay, but not posible in listdisplay.
Is This Answer Correct ? | 14 Yes | 6 No |
Answer / santhosh
Grid dispaly is more userfriendly and has options to
calculate consolidations like sums and grand totals. We can
even modify the width of the column
Where as in list display we have only basic and normal
display of the selection criteria
Is This Answer Correct ? | 7 Yes | 4 No |
Answer / chetan
ALV LIST Can be coded using only FMs
ALV GRID Can be coded using FMs and object oriented concepts
ALV LIST Can be displayed hieraicharlly
ALV GRID cannot be displayed hierarichally
ALV grid uses ActiveX controls
present on the Presentation Server.
Hence, it consumes More Memory
on the presentation server.
ALV LIST is Display Only.
Whereas
ALV Grid Can Be made EDITABLE for entry purpose.
In alv grid, these options are possible,
but not in alv list.
without horizontal lines
without vertical lines
without cell merging during sorts
display total lines above the entries
Is This Answer Correct ? | 2 Yes | 0 No |
How to debug sapscripts ?
what is the use of search help exit?
Can you create a Lock Object? What are Lock Objects?
what are Joins? How many types are there?
Internal table itab contains some records. If the code is like this : LOOP AT ITAB. APPEND ITAB. ENDLOOP. What ill be the result??
what will you do in Recording method?
Explain the advantage of structures?
How to read 5th record from Hash Internal Table?
Difference between Insert, Update and Modify?
What is table maintenance generator?
Diff b/w LUW and Lock Mechanism?
Scenario 1: I am uploading 1000 records using session method. I have an error in 950th record. What will happen and howmany records will upload? Scenario 2: I am uploading 1000 records using Call Transaction method. I have an error in 950th record. What will happen and howmany records will upload?