what does it mean occurs 0 while creating an internal table?
Answer Posted / sravs
HI.....
As it was said in the above answer....if you specify
occurs 0 clause, the system allocates 8KB pages of memory
at a time.However ,there are no advantages to using this
occurs 0 other than the fact it is only easier to code
occurs 0 than it is to estimate the size of the internal
table.
but there is a disadvantage of using this,
dont use occurs 0 if you expect to store less than 8KB in
an internal table.if you do, the system will allocate 8 KB
from the paging area.Memoory will be wasted and paging
could increase, resulting poorer performance.
(for more details refer "sams ABAP/4 in 21 days" page no
347& 348...)
hope it helps u.....
| Is This Answer Correct ? | 52 Yes | 5 No |
Post New Answer View All Answers
What is the use of 'table index'?
Workbench request are client dependent or client independent
What are aggregated objects
how to see the tables of 200 in client 100?
What will happen when we use fully buffered in abap?
What are the events used in interactive reports?
What is the use of start-of-selection.,if not use in report what will happen,?
What are the functional areas?
Can we set page headers to details lists?
What is narrow casting and wide casting?
What is the difference between getting and get late?
Explain what are the different functions used in sap script?
What are roles and authorization objects?
What is a table attribute? : abap data dictionary
What are the components of selection table?