‎2005 Jul 14 9:45 AM
How to display ALV GRID in the middle of the screen.I am using classical ALV not OOP's concept.
Thanks in Advance,
Sumithra
‎2005 Jul 14 9:55 AM
Hi,
If you are using reuse_alv_grid_display, have a look at the parameters.
I_SCREEN_START_COLUMN
I_SCREEN_START_LINE
I_SCREEN_END_COLUMN
I_SCREEN_END_LINE
Fill the necessary values and try the output.
‎2005 Jul 14 9:49 AM
Hi,
U can give the position.
If u r placing the container in the screen painter, then u can paste it in the middle.
Thanks & Regards,
Judith.
‎2005 Jul 14 9:55 AM
Hi,
If you are using reuse_alv_grid_display, have a look at the parameters.
I_SCREEN_START_COLUMN
I_SCREEN_START_LINE
I_SCREEN_END_COLUMN
I_SCREEN_END_LINE
Fill the necessary values and try the output.
‎2005 Jul 14 9:55 AM
I am not creating any screens or container in my program.
I am using Resue_ALV_GRID_DISPLAY Function module to display the records.I am not using any container.
‎2005 Jul 14 10:13 AM