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

Problem regarding ALV GRID

Former Member
0 Likes
611

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

4 REPLIES 4
Read only

Former Member
0 Likes
579

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

Read only

0 Likes
579

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.,

Read only

Former Member
0 Likes
579

Hi,

Refer to the link given to know more about ALV grid.

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a41...

hope it helps.

Regards

Rajesh Kumar

Read only

Former Member
0 Likes
579

solved.

pass the sash_position and you can handle it.

CREATE OBJECT ob_split2

EXPORTING

parent = ob_split1->bottom_right_container

sash_position = '50'