I need to add a comment besides the matnr select-option. The code I have puts it in the next line. Any ideas?
SELECTION-SCREEN BEGIN OF BLOCK bas WITH FRAME TITLE text-001.
SELECT-OPTIONS:
matnr FOR qals-matnr OBLIGATORY NO INTERVALS MEMORY ID mat.
SELECTION-SCREEN COMMENT /56(79) text-017.
select-OPTIONS: finid FOR qals-paendterm OBLIGATORY MEMORY ID finid,
werk FOR qals-werk OBLIGATORY MEMORY ID werk.
SELECTION-SCREEN END OF BLOCK bas.