2007 Dec 13 6:59 PM
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
2007 Dec 13 7:46 PM
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