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

Pls help

Former Member
0 Likes
654

What is ALV .what are the events available .what each will do.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
627

hi madhav,

ALV is nothing but a way of showing the report output, but in an pretty way. not only this but you have more features like

- u can see only certain columns of ur interest

- u can get sum of the values of a column (if numeric)

- u can save the list

- u can save the output to an excel or word file

- and many more.

u have all the events in ALV that u have in conventional reporting

- TOP-OF-PAGE

- USER-COMMAND (for interactive reporting)

u can see all of them in function <b>REUSE_ALV_EVENTS_GET</b>. or type group <b>SLIS</b>.

hope that helps...

reward if useful....

4 REPLIES 4
Read only

eddy_declercq
Active Contributor
Read only

Former Member
0 Likes
627

HI Madhav,

Check out the SAP link for details: Start from here

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

Reward points if this helps.

Manish

Read only

Former Member
0 Likes
628

hi madhav,

ALV is nothing but a way of showing the report output, but in an pretty way. not only this but you have more features like

- u can see only certain columns of ur interest

- u can get sum of the values of a column (if numeric)

- u can save the list

- u can save the output to an excel or word file

- and many more.

u have all the events in ALV that u have in conventional reporting

- TOP-OF-PAGE

- USER-COMMAND (for interactive reporting)

u can see all of them in function <b>REUSE_ALV_EVENTS_GET</b>. or type group <b>SLIS</b>.

hope that helps...

reward if useful....