Application Development and Automation 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: 
Read only

CLEAR SELSCREEN

Former Member
0 Likes
700

Hi.

I have a report with selection screen. I put values in the select-options of selection screen, and after the program call a smartform. When returns, the values still in the select-options. I refresh the select-option (refresh and clear), but no works. How can erase this values when the report returns to the selection-screen?

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
621

Hi Javier.

Use RS_SUPPORT_SELECTIONS.

<b>Please reward points if useful</b>.

4 REPLIES 4
Read only

JozsefSzikszai
Active Contributor
0 Likes
621

use the INITIALIZATION event

Read only

Former Member
0 Likes
622

Hi Javier.

Use RS_SUPPORT_SELECTIONS.

<b>Please reward points if useful</b>.

Read only

Former Member
0 Likes
621

I used the clear and refresh sentence in the INIZALIZATION event, but not works :S

Read only

0 Likes
621

sorry, try:

AT SELECTION-SCREEN OUTPUT.

CLEAR : ...