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 are hashed tables?
What are subroutines? : abap modularization
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
What is the difference between dialog program and a report?
How to write a code for multiple transactions? : abap bdc
How will you read from internal table records in a given value range (without using loop)
dear friends, do you know how to configure web dynpro and adobe into ECC6.0 IDES?
What are the advantages/ dis-advantages of logical databases?
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
What is new enhancement framework?
Explain what are the events in screen programming?
What is difference between dependent and independent data?
Different types of locks?
Normally how many and what files get created when a transaction program is written?
Explain the difference between get and get late?