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

FREE, REFRESH , CLEAR ?

Former Member
0 Likes
355

what is FREE, REFRESH , CLEAR ? what is the purpose of it ?

what is the functionality of them ?

what is the difference between them ?

what is FREE, REFRESH , CLEAR ? what is the purpose of it ?

what is the functionality of them ?

what is the difference between them ?

1 REPLY 1
Read only

Former Member
0 Likes
320

Hi

these rae the commands used with respect to Internal Tables

CLEAR: clears the header line of the internal table

REFRESH: deletes the body of the internal tables ( removes data )

FREE: removes the internal table from the memory by deleting data and everything.

<b>Reward points for useful Answers</b>

Regards

Anji