what is main diffrence b/w refresh ,clear and free? with
example?
Answer Posted / sateesh
Clear: Clear is used to clear the memory of the workarea
and Internal table.
Refresh : It is used to clear only the Internal table
memory.
FREE: It is use to clear the workarea,internal table at the
same time it will return the free memory back to Database.
data: Lt_tab type table of MARA,
ls_tab type mara.
Syn: CLEAR ls_tab.
CLEAR lt_tab[] - But this is Obsulute in ECC6.0
SYN: Refresh LT_TAB.
SYN: FREE LT_TAB.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What is the use of 'table index'?
Can i Have Some Realtime Examples on Badi ?
What is a view in sap? : abap data dictionary
What is meant by authorization? Did you ever work on it? : sap abap hr
Explain the advantages and disadvantages of abap query tool?
What is the significance of delivery class?
What should be the approach for writing a bdc program? : abap bdc
How table control cn be generated using bdc? : abap bdc
Why we are using Macros instead of Function Modules
What is the difference between call transaction and session method? : abap bdc
What happens if a function module runs in an update task?
What will you code in start-of-selection & end-of-selecton & why?
What are multiple use BADIS?
What are the different types of sapscript symbols?