Application Development 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: 

position of fields in a select option

Former Member
0 Kudos

Hi All,

Can I provide the position for the extension pushbutton in my select option? I have hidden my high input field and want the extension button to appear close to the low field at a given distance.

Regards,

Anju

5 REPLIES 5

rainer_hbenthal
Active Contributor
0 Kudos

Instead of hiding it, use NO INTERVALS option of the select-options keyword.

GauthamV
Active Contributor
0 Kudos

hi,

declare like this.

select-options: s_pernr for pa0000-pernr no intervals .

Former Member
0 Kudos

hi

we can't change the distance between EXTENSION and LOW FIELD,we change the distance between SELECTION FIELD TEXT and LOW FIELD.

check this code..

data: w_vbeln type vbeln.

selection-screen begin of line.

selection-screen comment 1(15) text-001 for field vbeln .

select-options: vbeln for w_vbeln no intervals.

selection-screen end of line .

0 Kudos

I cannot use no intervals as I want a specific distance between the low field and extensions not the default distance.

Regards

Anju

0 Kudos

You cant do that.