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 other modules integrated with om? : sap abap hr
Can a constructor be declared private? If yes then in which scenario?
What are the disadvantages of abap query tool?
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
Define alv programming in abap?
How do you document ABAP programs? Do you use program documentation menu option?
How are BAPI different from Normal function modules ?
What are domains and data element? : abap hr
What are the system fields? Explain?
What are the parameters used in each function?
when are objects are passed from task to the change request?
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
What is bdc programming in sap?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?