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

Reducing the space between select option -Text element & Extension button

Former Member
0 Likes
2,270

Hi ,

Can someone let me know is it possible to reduce the space betwwen the text element of select option & Extension button.

i.e. is it possible to make customise the extension button such that it is near the text element

3 REPLIES 3
Read only

Former Member
0 Likes
1,142

HI,

You can use

SELECTION-SCREEN BEGIN OF LINE.

SELECTION-SCREEN COMMENT 1(10) TEXT-001.

PARAMETERS: P1(3), P2(5).

SELECTION-SCREEN END OF LINE.

Only use this for single range ie from P1 to P2

Define a range in your report and populate the range from P1 and P2.

Regards

Praveen

Read only

Former Member
0 Likes
1,142
is it possible to make customise the extension button such that it is near the text element

NO

Read only

Former Member
0 Likes
1,142

Hi

Goto se51 - Screen painter(enter your program and screen number) change the layout settings according to your requirement.

Regards,

Thiru