what is the effect when a clear ststement is used on an
internal table without header line?
Answer Posted / ravikanth
4th Answer is appropriate.
Clear will clear the workarea, if exists (or) clears the header area, as it is used to clear either.
Refresh is used to clear body of internal table.
Ftee is used to deallocate the memory as well.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how do you use structures in the abap programs?
What is the syntax for call transaction? : abap bdc
How to create a link between modified form and modified print program?
How many secondary indexes can we create in a table?
What is the use of abap data dictionary? : abap data dictionary
What are the difference between call screen and leave screen?
What are the difference between tables and structures?
What are standard layouts sets in the sap script?
What are internal tables? : abap hr
Which transaction code can I use to analyze the performance of abap program?
What are the basic functions of database utility?
Can i know some of the Realtime tickets that anyone has been faced ?
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 is the length of function code at user-command?
when do you need to create an internal table with header line ? and with out a header line?