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 Commentary

Former Member
0 Likes
901

Hi boborolos

I'm creating an ALV Grid Object Oriented, and i want to build a commentary for the header.

I found REUSE_ALV_COMMENTARY_WRITE, but i can't use this function in O.O ALV Grid.

Can Anyone help??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
776

Hi Jose..

chk this blog

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

Hi Jose..

chk this blog

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

4 REPLIES 4
Read only

Former Member
0 Likes
777

Hi Jose..

chk this blog

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

Read only

Former Member
0 Likes
776

u r using ALV Grid using Obj. Ori. means u r designing it on a screen(u rputting it on a custom sontrol). So, U can place the needed header on that custom control.

also

There is an event TOP_OF_PAGE in cl_gui_alv_grid class . You need define and implement in local class and set the handler for the grid , then it trigger ..

But in that no write statements possible. you need to use reuse_alv_comnetry_write for that...

Hope this will solve ur problem..

<b><u>Dont forget to reward all the useful replies</u></b>

Sudheer

Read only

Former Member
0 Likes
776

Hi,

use the method SET_HEADER_FOR_OI in the class CL_GUI_ALV_GRID.

rgds,

bharat.

Read only

Former Member
0 Likes
776