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


Please Help Members By Posting Answers For Below Questions

Concepts of OO ABAP and why we are using it?

1084


In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary

921


What is payroll driver ? : abap hr

810


Explain the Inportance of pa40? : abap hr

750


How do I find the output type of a table or a program?

768


out bound process code for quotation?

1737


What are the system fields you have worked with? Explain?

851


Abstract class and interface, multiple inheritance, live example

1084


In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?

875


2)In production what is the user exit?

1739


What are the page windows? How many main windows will be there in a page window?

743


​​Can multiple abap systems connect to abap database?

819


What are the difference between pool tables and transparent tables?

830


Different types of locks?

802


Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel

1772