what is the use of free and refresh?
Answer Posted / ravi
free delete all the row from internal table and free the
associated memory.
refresh delete all the row from an internal table but leave
the memory allocated.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What abap statement will trigger list generation?
How does the system handle roll areas for external program components?
How do you find number of records present in internal table?
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
Is it possible to pass data to and from include programs explicitly? : abap modularization
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
Explain about Recording Function?
How we format the data before before write statement in report ?
How to handle error in session method? : abap bdc
How can end-of-selection be used?
What is the difference between a structure and an append structure?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
How do you display a data in a detail list?
What are data classes? What are the various data classes available for selection? : abap data dictionary