what is the use of free and refresh?
Answer Posted / prabhakar
Refresh : Refresh clears the data, at the same time it
releases dynamically allocated memory. Predefined memory
not released.
Free : Free clears the data, at the same time releases
both predefined and dynamically allocated memory. internal
table structure will not available any more.
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What is difference between inner join and outer join?
Explain the differences between se01, se09 and se10?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What is database view ? : sap abap data dictionary
What are the events in classical reports?
What are the features of abap/4 dictionary? : abap data dictionary
What are the differences between sap memory and abap memory?
What are differences between at selection-screen and at selection-screen output?
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
Explain the function module in bdc?
What is the difference between field-group header and other field groups?
What are the data types of the abap/4 layer? : abap data dictionary
How to determine the attributes of an internal table?
did u done enhancement framework?how u implemented?
Explain the disadvantage of using exec sql statement in abap?