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 will happen when we use fully buffered in abap?
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....
How do you find the information on the current screen? : abap bdc
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
Value table VS check Table.
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
What do you do when the system crashes in the middle of a BDC batch session?
How do you find if a logical database exists for your program requrements?
Did you use buffering?
How to Raise a Particular Ticket in Realtime ?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
What are the control break events in abap? : abap data dictionary
What are the ways you can do the tuning?
What is the reserve command?