Difference between Occurs0,occurs10 and occurs100?
Answers were Sorted based on User's Feedback
Answer / naveen
if there is 101 records in an internal table and u created
internal table with occurs 100 then it will insert first 100
records with probable space and remaining 1 record also
inserted with again 100 records of space will be allocated.
so here 99 record of space will be waste.
same to occuurs 10 also.
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / bandivenkateswarlu
The differneses are given below.
1. occurs 0:
(It means it will create the default rows for the
internal table depend on the requirement)
2. Occurs 10.
(It means it will create the 11 rows for the internal table)
3.Occurs 100.
(It means it will create the 101 rows for the internal table)
But where as in defauty the system is create the 8KB size of
the memory space for the internal table.
Is This Answer Correct ? | 7 Yes | 4 No |
Answer / surendra reddy
occurs 0:
it allocates space for one more record if we need
occutrs 10:
it allocates space for 10 more records after the
records in internal table .
occurs 100:
it allocates space for 100 more records after
the records in internal table
Is This Answer Correct ? | 2 Yes | 4 No |
Answer / arpit
it there is more then 100 records in an internal table and u
created internal table with occurs 100, then 100 records
will be in abap run time memory and other records will be
put in other memory.
so it is used for memory allocation.
Is This Answer Correct ? | 1 Yes | 3 No |
Hi, can any one tell me the follwoing question's answer 1.How can we validate single selection screen field and multiple selection screen field in report and also in module pool programming.pls give answer in brief with example. 2.What is search help ? pls tell search help type breifly with example?
What is the difference between Classic badi and Kernal badi ?
What are the FM's you used in ALV?
Explain the concept of clusters in payroll
19) How to create client dependent tables and client independent tables?
What is lock objects? : sap abap data dictionary
How to create Extended Idoc?
What is a batch input session? : abap hr
How can we set the tablespaces and extent sizes ?
What is the Difference between At Line selection and At user-command?
what is the difference betn end-of-page and end-of- selection?
What is alv programming in abap?