Difference between Occurs0,occurs10 and occurs100?
Answer Posted / 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 |
Post New Answer View All Answers
How many structures can be created in a Ztable ?
Explain about Recording Function?
What are matchcodes?
what comes in Timkein written test I hope some body can tell me at this id plz tell it before 9 pm 19 march
How to insert a line into abap internal tables?
Differentiate database index and match code.
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
Did you create primary index?
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
What are the different types of abap reports in sap?
On which event we can validate the input fields in module programs?
how can you display data say "your name"in sap script without print program or driver program??
What are different ABAP editors? What are the differences?
What do you do when the system crashes in the middle of a BDC batch session?
What is a table pool? : abap data dictionary