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
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
What are the disadvantages of different types of bdc's?
Can we write the code both call transaction and session method in single program?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
Explain what are the events used in interactive reports?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
Write syntax for message error (report)?
How to Raise a Particular Ticket in Realtime ?
Sy index and sy tabix
What are the different types of abap/4 programs?
Difference between Insert, Update and Modify?
When is the top-of-page event triggered? : abap data dictionary
Application Category?
How table control cn be generated using bdc? : abap bdc
What is a subscreen? How can we use a subscreen?