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

Space between AlV toolbar & Grid

Former Member
0 Likes
643

Hi Experts,

I need to get some 3 or 4 lines gap between the ALV toolbar & the ALV grid which is obtained using set_table_for_first_display.

Right now there is no GAP

This is my code:

  • heading

gs_layout-grid_title = text-101.

call method grid->set_table_for_first_display

exporting

is_layout = gs_layout

changing it_outtab = gt_outdisp[]

it_fieldcatalog = gt_fieldcat.

please suggest

Hi Experts,

I need to get some 3 or 4 lines gap between the ALV toolbar & the ALV grid which is obtained using set_table_for_first_display.

Right now there is no GAP

This is my code:

  • heading

gs_layout-grid_title = text-101.

call method grid->set_table_for_first_display

exporting

is_layout = gs_layout

changing it_outtab = gt_outdisp[]

it_fieldcatalog = gt_fieldcat.

please suggest

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
471

Hello Dan

If you are using the ALV intrinsic toolbar then your requirement cannot be fulfilled.

You can simulate this by using a splitter container or two separate custom containers on your dynpro where you display the toolbar in the upper container and the ALV grid in the lower container. However, all the intrinsic communication between toolbar and grid instance has to be developed by yourself which makes absolutely no sense.

Regards,

Uwe