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 Range

mrahhaoui
Participant
0 Likes
2,674

Hi Gurus,

I have a question regarding the Ranges that I poulated with datas. My question is when I runed a first time my report and I go back to the selection screen in clicking on 'F3'. Is it possible to automatically clear the range or not?

Thank you for your help,

Mohamed.

1 ACCEPTED SOLUTION
Read only

MichiFr
Participant
0 Likes
1,117

Perhaps you could use a coding like this:


AT SELECTION-SCREEN OUTPUT.
  clear: r_aufnr[].

where r_aufnr is your range variable.

HTH

3 REPLIES 3
Read only

MichiFr
Participant
0 Likes
1,118

Perhaps you could use a coding like this:


AT SELECTION-SCREEN OUTPUT.
  clear: r_aufnr[].

where r_aufnr is your range variable.

HTH

Read only

0 Likes
1,117

Great it works.

I did befoce "clear r_kstar" without '[]', now it works properly.

thank you.

Read only

0 Likes
1,117

Yes, without those brackets it would only clear the header line and not the entire table

Thanks for the points!