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 Grid Object Title

Former Member
0 Likes
391

Hi,

Does anyone know how to add a multiline title to an alv grid object.

When using the function module you add it using REUSE_ALV_COMMENTARY can this be used in conjuction with objects??

1 ACCEPTED SOLUTION
Read only

alejandro_lpez
Contributor
0 Likes
360

Hi,

You should use the classes cl_gui_splitter_container, cl_gui_html_viewer and cl_dd_document with the event top_of_page of the class cl_gui_alv_grid.

Look the answer of Vijay Babu Dudla in this thread:

regards,

Alejandro

2 REPLIES 2
Read only

alejandro_lpez
Contributor
0 Likes
361

Hi,

You should use the classes cl_gui_splitter_container, cl_gui_html_viewer and cl_dd_document with the event top_of_page of the class cl_gui_alv_grid.

Look the answer of Vijay Babu Dudla in this thread:

regards,

Alejandro

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
360

Here is Vijay's weblog on the subject.

/people/vijaybabu.dudla/blog/2006/07/21/topofpage-in-alv-using-clguialvgrid

Also, what version/release are you working with?

Regards,

Rich Heilman