2008 Oct 23 9:38 AM
Hi,
ALV reports can be created using oo abap and normal abap using REUSE_ALV_HIERSEQ_LIST_DISPLAY functions.
which method should i follow?
whats the differnce between these two methods?
Thanks in advance,
Bala.
2008 Oct 23 10:22 AM
Hi bala,
Using both methods simple and object oriented we can create ALV, there is no standard that in such type of report you use object oriented method and in others you use simple one. Though If you use oo concept in ALV then its more flexible in terms of customization of ALV so its is preferred.
following are links which will clarify your doubt:
http://help.sap.com/saphelp_nw04/helpdata/en/5e/88d440e14f8431e10000000a1550b0/frameset.htm
how to use different ALVs its given in a lucid manner over here:
http://saptechnical.com/Tutorials/ALV/ALVMainPage.htm
I hope this will help you.
Best Regards
Saurabh
Hi,
ALV reports can be created using oo abap and normal abap using REUSE_ALV_HIERSEQ_LIST_DISPLAY functions.
which method should i follow?
whats the differnce between these two methods?
Thanks in advance,
Bala.
2008 Oct 23 9:44 AM
2008 Oct 23 9:48 AM
Hi,
I am new to ALV reports.
could you please tell me which one is used for which type of reports
thanks,
bala
2008 Oct 23 10:25 AM
Hi ,
there are lot of examples presented in the SAP
goto SE38 and BCALV* u will find good example about the ALV.
Regards,
Bharani
2008 Oct 23 9:45 AM
2008 Oct 23 9:54 AM
hi bala,
The common features of report are column alignment, sorting, filtering, subtotals, totals etc. To implement these, a lot of coding and logic is to be put. To avoid that we can use a concept called ABAP List Viewer (ALV).
Using ALV, we can have three types of reports:
1. Simple Report
2. Block Report
3. Hierarchical Sequential Report
Block report looks like a simple report but this report has the features of sorting
and filtering only.
Hierarchical report display is used for displaying data that are related. Like sales order and item details. Here sales order details can be the header data whereas them items in the sales order can be the item data
choose report according to your requirements.
thanks
Sachin
2008 Oct 23 10:22 AM
Hi bala,
Using both methods simple and object oriented we can create ALV, there is no standard that in such type of report you use object oriented method and in others you use simple one. Though If you use oo concept in ALV then its more flexible in terms of customization of ALV so its is preferred.
following are links which will clarify your doubt:
http://help.sap.com/saphelp_nw04/helpdata/en/5e/88d440e14f8431e10000000a1550b0/frameset.htm
how to use different ALVs its given in a lucid manner over here:
http://saptechnical.com/Tutorials/ALV/ALVMainPage.htm
I hope this will help you.
Best Regards
Saurabh
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |