Application Development 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: 

Events in ALV

Former Member
0 Kudos

Hi All,

I am developing a sd report using ALV. Before I display my list i want 4 lines as my report title. These lines contains company info and date page no...

How to achieve this...

How to use events in alv .....

Dilip

2 REPLIES 2

Former Member
0 Kudos

Hi,

Please take a look at:

1. FM REUSE_ALV_COMMENTARY_WRITE

2.

3.

You can additionally search the forum for "ALV HEADER" for more results.

Regards

Former Member
0 Kudos

Hi,

To write report heading use the function module 'REUSE_ALV_COMMENTARY WRITE'. In case ur using a ALV list you could also use WRTIE statements to create ur headers.

AS far as EVENTS go there is a fucntion module that returns all possible events that are possible. What you need to do is to modify that table with the form-routine names against the events that u want to use. Pass this table when u call the function module 'REUSE_ALV_GRID_DISPLAY'.

check out the development class SLIS.. lots ofexamples