‎2006 Dec 05 2:51 PM
types of reports execution.
like where we need to use alv grid and where we have to use alv reports?
‎2006 Dec 05 2:56 PM
‎2006 Dec 05 2:59 PM
u can use which ever is feasible to U...
Basic differences are alv grid & alv list is as below...
The ALV list display uses the standard list output, the list that you see when using WRITE statements, the ALV Grid display is implemented in a frontend control which is more user friendly, for example, you can drag and drop the columns where you want.
you can find some samples programs on alv report
‎2006 Dec 05 3:00 PM
Hi Naveen,
Well it depends on the type of Display you want.
ALV grid display offers many standard functionality like Sort, SubTotal, Change Layout etc.
ALV List Display is similar to Classical report display.
Its always advisable to go for Grid than ALV List.
Hope it helps.
Manish
‎2006 Dec 05 3:11 PM
Hi Naveen,
To speak excatly, its purely spec related. If the BA asks us to use ALV reporting instead of normal reporting,obviously we should. But as an technical person we should be in an position whether the required requirement will support ALV type coding.
<b>Specially Grids are used where ever you need to dynamically change your output, like hiding the fields, sorting ,descending and ascending making as synchornizing the screen.........etc</b>
Thanks
Manju
‎2006 Dec 06 4:36 AM
Hi naveen,
U can use ALV grid when u need a menu bar and table control....but for ALV list u can use that if u need to display the list.
Moreover, with grid diaplay u can hav the option of <b>modification</b> as well as for <b>Display.</b>
But with list diaplay,u can only display the list..u don't have any facility for modification.
Regards,
Prasad
‎2006 Dec 06 4:50 AM
ALV list is used when the purpose is to just view the out put and you have to take the print out of it.
ALV grid is used when you want to modify the out put even after the report is processed and displayed .
For example you have set of records which displays the sales order you can sort the sales order in ascending or descending or say you can further filter the displayed records , alv grid even gives a better display to the customer or the user.