Skip to Content
0
Former Member
Nov 29, 2011 at 12:23 PM

Selection options element and button in one line

28 Views

Hello,

I would like to ask or it is posible to create such screen:

SELECTION-SCREEN BEGIN OF BLOCK area1

WITH FRAME TITLE text-001.

SELECTION-SCREEN BEGIN OF LINE.

SELECTION-SCREEN COMMENT 1(30) text-050.

SELECTION-SCREEN POSITION 28.

SELECT-OPTIONS: s_chcoun FOR vbak-vbeln.

SELECTION-SCREEN POSITION 79.

SELECTION-SCREEN PUSHBUTTON (4) c_icon USER-COMMAND show_info.

SELECTION-SCREEN END OF LINE.

SELECT-OPTIONS: s_chcou FOR vbak-aufnr.

SELECTION-SCREEN END OF BLOCK area1.

now selection and button-icon is in one line, but selection element position is different against others.

O it is posible to get selection option like a default and button at the end of selection line. I think main problem is max position 79.

Thank you