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
How to read files and process BDC's automatically ?
What is native sql?
What is get cursor field?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
What are the advantages of different types of bdc's?
Events that can be used in both the classical and interactive reports
What are the names of the function modules that will be generated upon activation of a lock object?
Can we set page headers to details lists?
any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?
What is a transport?
What are the advantages/ dis-advantages of logical databases?
Type casting and error handling
How to debug a sapscript?
What is is a match code? : abap data dictionary
Application Category?