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

How many structures can be created in a Ztable ?

3125


What is new enhancement framework?

886


What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc

613


What is a maintenance view? : abap data dictionary

575


What are the different types joins?

565






What are hashed tables?

871


How to create a check box/option button in a list?

2458


What is the purpose of at first and at last?

593


Difference between sy-tabix and sy-index? Where it is used?

531


What are uses of foreign key?

568


What is a 'z' report?

647


What are the different kinds of lock modes?

564


What are the disadvantages of different types of bdc's?

618


Explain enhancements

869


What is open sql vs native sql ?

1855