Skip to Content
0
Former Member
Jan 15, 2008 at 06:03 PM

Select-options: get all selections

58 Views

Hi All,

I have a field with select-options:.

SELECTION-SCREEN BEGIN OF BLOCK block1 WITH FRAME TITLE frametxt.

SELECT-OPTIONS:

cttyp for p0016-cttyp.

SELECTION-SCREEN END OF BLOCK block1.

If a user enters more than 2 fields, how do I get all of them in my program?

Thanks,

~Mark