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 |
What is pseudo comment (#EC) and How it is different from normal comments(i.e. '*' and '"')
What is CTS and what do you know about it?
What are the pre requisites for For all Entries?
I have developed a program where i have used Ranges and the program is running fine in DEV and Quality server but as soon as it goes to Prod server it shows some errors.What can be done in this case??
What are the problems in processing batch input sessions?
what is check table..what is domain?
if u take one worst program how can u bebugg in application server & database server?
1.what is the difference between e-commerce 4.0 and 5.0 2.how dose price determnation takes place using ipc 3.how dose data gets updated in your backend system 4.what is your system landscape 5.how do you transport the data from devolopment sys to quality and from quality to production servers.
what is the difference between function module alv and oop alv.
4 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
If there are 100 records...explain the BDC session method step by step how you gonna do ?
Explain the inside concept in select-options?
What are pooled tables?