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

Former Member
0 Likes
750

hello all,

can someone plz help me to start up with ALV reporting. i am confused after reading all the pdf's. what is the diff between normal ALV and that using classes?

how should i get on with this. i am fine in doing classical and interactive reports. can some guide through the process of learning this.

thanks & regards,

seenu

[email protected]

<b>(POINTS ARE GUARANTEED)</b>

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
714

Hello Seenu,

There are number of sample report for ALV.

In SE38 give BALV* for reports with FM

give BCALV* for reports with objects.

Hope this will helps you.

Vasanth

hello all,

can someone plz help me to start up with ALV reporting. i am confused after reading all the pdf's. what is the diff between normal ALV and that using classes?

how should i get on with this. i am fine in doing classical and interactive reports. can some guide through the process of learning this.

thanks & regards,

seenu

[email protected]

<b>(POINTS ARE GUARANTEED)</b>

6 REPLIES 6
Read only

anversha_s
Active Contributor
0 Likes
714

hi,

ALV

http://www.geocities.com/mpioud/Abap_programs.html

www.sapdevelopment.co.uk

http://wiki.ittoolbox.com/index.php/Code:Ultimate_ALV_table_toolbox

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

http://www.sapfans.com/forums/viewtopic.php?t=40968

http://www.sapfans.com/forums/viewtopic.php?t=6919

Rgds

Anver

Read only

Former Member
0 Likes
714

Hi

You can learn any one of it. Grid control has many more functionalities. The concept is the same...just need to call FM in simple ALV and in Grid control, you need to call classes.

Grid control is useful, if you need to display 2-3 list on the same screen, creating nodes etc.

If you need material on ALV Grid control, do mail me on [email protected] .

Regards,

Navneet

Read only

Former Member
0 Likes
714

Hi Seenu,

Go thru these programs they may help u to try on some hands on

ALV Demo program

BCALV_DEMO_HTML

BCALV_FULLSCREEN_DEMO ALV Demo: Fullscreen Mode

BCALV_FULLSCREEN_DEMO_CLASSIC ALV demo: Fullscreen mode

BCALV_GRID_DEMO Simple ALV Control Call Demo Program

BCALV_TREE_DEMO Demo for ALV tree control

BCALV_TREE_SIMPLE_DEMO

BC_ALV_DEMO_HTML_D0100

Simple ALV report

http://www.sapgenie.com/abap/controls/alvgrid.htm

Rgds,

Prakash

Read only

Former Member
0 Likes
715

Hello Seenu,

There are number of sample report for ALV.

In SE38 give BALV* for reports with FM

give BCALV* for reports with objects.

Hope this will helps you.

Vasanth

Read only

sourabhshah
Product and Topic Expert
Product and Topic Expert
0 Likes
714

Hi,

The main reason why we write a ALV is for accessibility reason.That means the alv screen can be read using a software call JAWS.This is to aid Blind people to work on SAP.

There are additional functionalities in class based ALVs thats all.

For Function Module related ALV creation go to se80 and open the 'SLIS' development class.you will find a lot of demo programs there.Also the function modules are docmented.

Check out the link below from SAP.

http://help.sap.com/saphelp_nw04/helpdata/en/66/88d440e14f8431e10000000a1550b0/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/c5/3bd1369f2d280ee10000009b38f889/frameset.htm

The above links and the programs in the SLIS development class have step by step procedures documented in source code.I my opinion start with a simple program which displayes table data.

Happy learning.

Regards,

Sourabh