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
Concepts of OO ABAP and why we are using it?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
What is payroll driver ? : abap hr
Explain the Inportance of pa40? : abap hr
How do I find the output type of a table or a program?
out bound process code for quotation?
What are the system fields you have worked with? Explain?
Abstract class and interface, multiple inheritance, live example
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?
2)In production what is the user exit?
What are the page windows? How many main windows will be there in a page window?
Can multiple abap systems connect to abap database?
What are the difference between pool tables and transparent tables?
Different types of locks?
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