Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

occurs

Former Member
0 Likes
638

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?

3 REPLIES 3
Read only

Former Member
0 Likes
614

Occurs was used to create some space on memory...On OO ABAP occurs shouldn't be used...

Greetings,

Blag.

Read only

Former Member
0 Likes
614

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

Read only

jayakummar
Active Participant
0 Likes
614

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