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
Explain the uses of the simple maintenance interface? : sap abap hr
Explain the different types of mode (run code) in call transaction method?
Module Pool Programming: Events and Table Control handling.
What are the two levels in defining a match code? : abap data dictionary
How to debug a sapscript?
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
what is bapi,badi,bdc,ale idocs?
What is the difference between sy-tabix and sy-index? Where it is used?
Explain what are the system fields? Explain?
what is mean be On Change of in Control Break statement
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
Can we access static attribute from instance method
What is difference between inner join and outer join?
What will you code in start-of-selection & end-of-selection ?
What are the different types of parameters? How can you distinguish between different kinds of parameters?