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

OO ALV GRID - Custom control width

Former Member
0 Likes
655

Hi There,

I have a custom program to display details using CL_GUI_ALV_GRID. I tried to increase the length of the custom control, but got an error saying I can only have width about 109 characters. Is there any way I can increase the width further?

Thanks in advance,

Ram.

2 REPLIES 2
Read only

Former Member
0 Likes
447

Rams,

I am assuming that you tried to change the size of the custom control placed on the screen painter. The max size of the screen is 200 x 240, so the max size of the custom control also can be 200 x 240. You just need to make sure you have placed the control right the TOP LEFT corner of the screen. Go to the attributes of the control and change the size there.

In your case looks like the starting point of the control is not the top left corner, that is why its being restricted.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
447

Thanks Ravi, I have changed the settings for the screen. It was the screen length which was 109 characters. When increased screen length I could increase customer control also.