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 different types of parameters?
What is the different type of projects? : sap abap hr
How many types of tables exist and what are they in data dictionary?
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....
What happens Update command is used without where clause ?
What are types of select statements?
Can multiple abap systems connect to abap database?
wat is the default file name of BAPI trace?
foreign key enforcement?
what will happen if called program is not executable ?
What are the Control levels in internal tables?
What are the screen elements.
How do we handle multiple line items in BDC's.
the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....
What is your approach to find exit and BAdi?