‎2009 May 20 8:35 AM
Hi,
I am creating a GRID using OOPS and it has few custom buttons on the toolbar.
I am facing below mentioned problems.
1)I am giving delimit functionaly as a custom button on the toolbar.
If the user selects one record and presses dilimit function then i am displaying him a new screen where i am dividing the screen contianer into four parts.
The problem is that there is space between my upper contianers(Upperleft & upper right) and bottom continer(bottom left and bottom right).
******************************************
Container 1 * Contianer2
Field = value * Field = value *
This is no data here and this space i want to remove
******************************************
Container 3 * Contianer4
Field1 = value * Field = value *
Field1 = value * Field = value *
******************************************
Is there any way i can merge and remove the space?????
Regards/Ajay
‎2009 May 20 4:32 PM
are u calling those containers in BOXes ? in that case u cannt remove those spaces.
u can put them side by side but not top of any one.
regards.
Prabhu
‎2009 May 21 6:27 AM
Hi,
I am using cl_gui_easy_splitter_container to divide it horizontally and vertically.
All the four grids are of same dimentsion but the upper left & right have less rows for display so they are comming with blank space at the bottom.,
‎2009 May 21 7:07 AM
Hi,
Refer to the link given to know more about ALV grid.
hope it helps.
Regards
Rajesh Kumar
‎2009 Jul 12 7:59 AM
solved.
pass the sash_position and you can handle it.
CREATE OBJECT ob_split2
EXPORTING
parent = ob_split1->bottom_right_container
sash_position = '50'