Skip to Content
0
Former Member
Nov 27, 2006 at 01:08 PM

Doubt with Clear and Refresh

39 Views

Hi All,

I have a doubt with Clear and Refresh with Internal Tables.

Clear Internal Table with Header Line clears the Header Line only.

Clear Internal Table without Header Line clears the body of the table.

Refresh with or without the Header Line clears the body of the table.

Now,if I have to first clear the Header line of an Internal table and then clear the body of the same Internal table, I guess I have 2 options as mentioned below :

1.First use clear Internal table with header line and it clears the Header line of the table and then use Clear the same Internal table and its body would be cleared as there is no header line left.

2.First use clear Internal table with header line and it clears the Header line of the table and then use Refresh the same internal table and it will clear the body of the internal table.

What are the differences between these 2 options???