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
Which function module would you use to check the user’s authorization to access files before opening a file?
In order to upload purchase order details, how you handle multiple values for a single field?
stock transfer from one plant to another plant ? i want the total description.
What is luw or data base transaction ?
What are the tcodes for performance tuning?
What are the fields in a bdc_tab table? : abap bdc
What are the organizational related Infotypes
What is bdc programming? : abap bdc
Can i Have Some Examples on Enhancements.
When will the current screen processing terminates?
What is the difference between upload and ws_upload ? : abap bdc
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
Can you set up background processing using call transaction?
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
What are client dependant objects in abap/sap?