Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV reports

Former Member
0 Likes
820

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
787

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 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

6 REPLIES 6
Read only

Former Member
0 Likes
787

are u creating Hierarchical alv..or normal ALV report?

Read only

0 Likes
787

Hi,

I am new to ALV reports.

could you please tell me which one is used for which type of reports

thanks,

bala

Read only

0 Likes
787

Hi ,

there are lot of examples presented in the SAP

goto SE38 and BCALV* u will find good example about the ALV.

Regards,

Bharani

Read only

Former Member
0 Likes
787

Hi,

Please follow the link given below. It may help you. A lot of info regarding your query is there.

Thanks in advance.

Nitesh

Read only

Former Member
0 Likes
787

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

Read only

Former Member
0 Likes
788

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