Application Development 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: 

CLEAR SELSCREEN

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi Javier.

Use RS_SUPPORT_SELECTIONS.

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

4 REPLIES 4

JozsefSzikszai
Active Contributor
0 Kudos

use the INITIALIZATION event

Former Member
0 Kudos

Hi Javier.

Use RS_SUPPORT_SELECTIONS.

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

Former Member
0 Kudos

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

0 Kudos

sorry, try:

AT SELECTION-SCREEN OUTPUT.

CLEAR : ...