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
What are the payroll related infotypes? : abap hr
How did you transfer legacy data in the mid of the financial year (us) to the sap system? : sap abap hr
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
Explain read dataset in sap abap?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What are base tables of an aggregate object? : abap data dictionary
wat is the default file name of BAPI trace?
What is the basic difference internal tables and database tables? : abap data dictionary
What is view? Different types of view.
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
What are the function of the transport system and workbench organiser? : abap data dictionary
Of the two call transaction and session method, which is faster?
How many tables are there in sap?
Explain get pernr concept when we use logical data base? : abap hr