what is main diffrence b/w refresh ,clear and free? with
example?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / nilesh biswas
in case of an internal table clear clears all fields in the header line.
refersh clears the body of internal table but the memory remains allocated
and free clears body as well as makes memory free.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / mohan
CLEAR WILL CLEARS THE CONTENTS OF WORK AREA AND INTERNAL
TABLE BODY.
REMOVE WILL CLEARS THE WORK AREA ONLY.
FREE WILL CLEARS WORK ARAE , BODY AND MEMORY ALSO.
Is This Answer Correct ? | 1 Yes | 9 No |
How to add more than one message to one idoc? Tell me Process
Explain what is step-loop?
Is it possible to include two transactions with one group name in one program in session method ?
how can we enable hyperlink in screen painter?
what is the difference between interface and global diffinations in smartforms?
Explain the difference between cluster tables and pool table?
What are screen painter? menu painter? Gui status? ..etc.
How do you find the information on the current screen?
list some middlewares used in EDI ?
What are the basic functions of database utility?
What are logical databases? : abap hr
Explain how data is stored in cluster table?