2007 Dec 24 12:40 PM
what does it mean occurs 0 while creating an internal table and what wil happen if we wil not give occurs clause while creating an internal table?
what does it mean occurs 0 while creating an internal table and what wil happen if we wil not give occurs clause while creating an internal table?
2007 Dec 24 12:44 PM
Occurs was used to create some space on memory...On OO ABAP occurs shouldn't be used...
Greetings,
Blag.
2007 Dec 24 12:58 PM
Occurs 0 addition will give default memory space.
If u donot add that then defined object behaves like a workarea instead of int table.
Thanks and Regards
2007 Dec 24 1:05 PM
hai,
occurs 0 is allocating the 2kb of memory space in RAM defaultly.
thats why we are using this but now a days we wont prefer this bcose it wont supports opps concepts.
Reward points if hope ful.
regards,
jai.m
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |