Skip to Content
0
Apr 12, 2013 at 04:48 AM

Select Options Error :Entered Selections were not accepted

1092 Views

Dear All,

I have used the following code to populate select-options when the Report runs.But when i click Multiple Selection and come back to

selection screen it displays the below message.Please advise.


Code:

SELECT-OPTIONS s_unam for sy-uname.

INITIALIZATION.

s_unam-sign = 'I'.

s_unam-OPTION = 'BT'.

s_unam-low = 'ZA'.

s_unam-high = 'ZZ'.

APPEND s_unam.

Thanks

Prabaharan

Attachments

Error.png (12.6 kB)