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: 

top of page in grid alv

Former Member
0 Kudos

hi all,

In my grid alv, i'm getting top of page box. But I don't want to display.. how..?

will you please send me the answer.

1 ACCEPTED SOLUTION

santhosh_patil
Contributor
0 Kudos

Hi,

In the parameter <b>i_grid_settings</b>

populate the field

COLL_TOP_P = 'X'.

-


Patil

4 REPLIES 4

santhosh_patil
Contributor
0 Kudos

Hi,

In the parameter <b>i_grid_settings</b>

populate the field

COLL_TOP_P = 'X'.

-


Patil

Former Member
0 Kudos

Hello,

If u don't want to display the heading for the ALV just comment the

<b>I_CALLBACK_PROGRAM</b>

It will not display the heading.

REgards,

VAsanth

Former Member
0 Kudos

If u do not want that , hust remove the REUSE_ALV_COMMENTARY_WRITE FM

in ur program

dev_parbutteea
Active Contributor
0 Kudos

Hi ,

if what you want is not displaying the box itself , you ca modify these two fields

in the FM: REUSE_ALV_GRID_DISPLAY

i_html_height_top

i_html_height_end

Regards ,

Sooness