what is the use of free and refresh?
Answer Posted / galla phani kumar
CLEAR ITAB. ---> IT WILL CLEARS THE CONTENTS OF HEADER
LINE OF AN INTERNAL TABLE.
CLEAR ITAB[]. ---> IT WILL REMOVE THE CONTENTS OF AN
INTERNAL TABLE BODY NOT THE HEADER LINE.
CLEAR ITAB[] = REFRESH ITAB.
IN CLEAR AND REFRESH COMMAND THE MEMORY ALLOCATED FOR
INTERNAL TABLE REMAINS THE SAME.
BUT IN FREE ITAB. ---> IT WILL REMOVE THE CONTENTS OF
INTERNAL TABLE BODY AND DEALLOCATE THE MEMORY OF INTERNAL
TABLE BODY.
EVEN AFTER FREE STATEMENT CONTENTS OF INTERNAL TABLE HEADER
LINE REMAINS THE SAME....
REGARDS
GALLA PHANI KUMAR
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain what are the problems in processing batch input sessions?
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
What is the use of 'for all entries'?
Setting up a BDC program where you find information from?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What is buffering allowed but switched off?
What are logical databases? What are the advantages of logical databases?
Explain the different types of mode (run code) in call transaction method?
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
why particularly lock object name starts with EZ OR EY?
Explain the Types of Select statements?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
What is a 'z' report?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?