‎2006 Aug 21 7:56 PM
i want all the topics concerning with alv reporting.
like how to cerate ..till ... the advance ....
could any body suggest me any material or provide me with .... please
thanks and regards
talha
‎2006 Aug 21 8:00 PM
Check the below link
Check the programs:
BCALV_GRID_01
BCALV_GRID_02
BCALV_GRID_03
BCALV_GRID_04
BCALV_GRID_05
BCALV_GRID_06
BCALV_GRID_07
BCALV_GRID_08
BCALV_GRID_09
BCALV_GRID_10
BCALV_GRID_11
Regards,
Prakash.
‎2006 Aug 21 8:01 PM
please award points if found helpful
ALV
1. Please give me general info on ALV.
http://www.sapfans.com/forums/viewtopic.php?t=58286
http://www.sapfans.com/forums/viewtopic.php?t=76490
http://www.sapfans.com/forums/viewtopic.php?t=20591
http://www.sapfans.com/forums/viewtopic.php?t=66305 - this one discusses which way should you use - ABAP Objects calls or simple function modules.
2. How do I program double click in ALV?
http://www.sapfans.com/forums/viewtopic.php?t=11601
http://www.sapfans.com/forums/viewtopic.php?t=23010
3. How do I add subtotals (I have problem to add them)...
http://www.sapfans.com/forums/viewtopic.php?t=20386
http://www.sapfans.com/forums/viewtopic.php?t=85191
http://www.sapfans.com/forums/viewtopic.php?t=88401
http://www.sapfans.com/forums/viewtopic.php?t=17335
4. How to add list heading like top-of-page in ABAP lists?
http://www.sapfans.com/forums/viewtopic.php?t=58775
http://www.sapfans.com/forums/viewtopic.php?t=60550
http://www.sapfans.com/forums/viewtopic.php?t=16629
5. How to print page number / total number of pages X/XX in ALV?
http://www.sapfans.com/forums/viewtopic.php?t=29597 (no direct solution)
6. ALV printing problems. The favourite is: The first page shows the number of records selected but I don't need this.
http://www.sapfans.com/forums/viewtopic.php?t=64320
http://www.sapfans.com/forums/viewtopic.php?t=44477
7. How can I set the cell color in ALV?
http://www.sapfans.com/forums/viewtopic.php?t=52107
8. How do I print a logo/graphics in ALV?
http://www.sapfans.com/forums/viewtopic.php?t=81149
http://www.sapfans.com/forums/viewtopic.php?t=35498
http://www.sapfans.com/forums/viewtopic.php?t=5013
9. How do I create and use input-enabled fields in ALV?
http://www.sapfans.com/forums/viewtopic.php?t=84933
http://www.sapfans.com/forums/viewtopic.php?t=69878
10. How can I use ALV for reports that are going to be run in background?
http://www.sapfans.com/forums/viewtopic.php?t=83243
http://www.sapfans.com/forums/viewtopic.php?t=19224
11. How can I display an icon in ALV? (Common requirement is traffic light icon).
http://www.sapfans.com/forums/viewtopic.php?t=79424
http://www.sapfans.com/forums/viewtopic.php?t=24512
12. How can I display a checkbox in ALV?
http://www.sapfans.com/forums/viewtopic.php?t=88376
‎2006 Aug 22 4:54 AM
Hello Mohammed
As I have written in this forum already several times:
<b>Do not waste your time on the old-fashioned ALV (function modules) but head on immediately to the ALV grid control (ABAP-OO).</b>
An excellent summary about ALV grid control is <i>"An Easy Reference For ALV Grid Control"</i> (https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907).
I personally use the fm-ALV lists only in the early development phases of an application when I want to see the detailed entries of an internal table on screen for testing and debugging purposes. In the final application the Grid control handling is encapusulated in a view class (based on MVC architecture). The final result, the ALV list, is then simply linked to the dynpro where I want it to be displayed.
Regards
Uwe
‎2006 Aug 22 5:03 AM
hi
good
go through this links
http://www.sapgenie.com/abap/code/abap28.htm
http://www.sap-img.com/abap/what-is-alv-programming.htm
http://www.sap-img.com/abap/an-interactive-alv-report.htm
http://www.sapdevelopment.co.uk/reporting/alv/alvscr.htm
http://www.sapdevelopment.co.uk/programs/programssap.htm
thanks
mrutyun