what is the use of free and refresh?
Answer Posted / ravi
free delete all the row from internal table and free the
associated memory.
refresh delete all the row from an internal table but leave
the memory allocated.
Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
How to combine multiple order in one Delivery ( Step by Step)?
What is database view ? : sap abap data dictionary
What are the dis-advantages of logical databases? : abap hr
What is ps structure? : abap hr
How do you Export a session ?
HI GUYS , FOR SAP INSTITUTION ATOS I BEST OR NOT? IAM PLANNING TO LEARN SAP COURSE IN ATOS... GIVE ME UR SUGGESTION ABOT ATOS?
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 a fall back class?
What is the significance of delivery class?
How does the interface between the dynpro and the abap/4 modules take place?
What is difference between check table and value table ?
What are the types of data types in the sap abap?
What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary
What are the properties of selection screen?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.