what is the use of free and refresh?
Answer Posted / manivannan.m
Refresh:
example: refersh itab.
clear the body of the internal table data.
free:
example: free itab.
. clears the data.
.predefined the internal data and dynamically allocated
memory.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Differentiate between the uline and write: sy-uline statements if any?
What happens Update command is used without where clause ?
What are the different modes of processing batch input sessions? : abap bdc
Explain how to Handle the internal tables in ABAP?
From Excel to ABAP - Is batch mode possible ?
What is an Unpack command?
What are the different abap editors? What is the used of different editors in abap?
When the top-of-page event does get triggered?
What is the tcode to create indexes?
What is read line in abap?
How can we use multiple transactions by using bdc_insert? : abap bdc
Print options in smartforms?
How to copy table across clients?
Describe the difference between macro and subroutine?
What are the uses of the information in the data dictionary? : abap data dictionary