Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What are the other modules integrated with om? : sap abap hr

1061


Can a constructor be declared private? If yes then in which scenario?

1453


What are the disadvantages of abap query tool?

1380


Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?

1123


Define alv programming in abap?

1284


How do you document ABAP programs? Do you use program documentation menu option?

1216


How are BAPI different from Normal function modules ?

2187


What are domains and data element? : abap hr

1117


What are the system fields? Explain?

1175


What are the parameters used in each function?

1100


when are objects are passed from task to the change request?

2154


hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display

3007


What is bdc programming in sap?

1166


How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.

2463


What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?

1026