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

data object/ internal table

Former Member
0 Likes
572

hi gurus...

Will data object occupy memory space.?

Will internal table occupy memory space.?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
532

hi

any thing

that is being declared by using

DATA:

will occupy memery and caleed data object

where as if u use TYPES

it only defines the defination but no memeory is allocated to it

Cheers

Snehi

5 REPLIES 5
Read only

Former Member
0 Likes
532

Both occupy memory space...

Read only

Former Member
0 Likes
532

Internal table doesnt ocupy memory space.

because its exsisteance only on run time.

Amit.

Read only

prasanth_kasturi
Active Contributor
0 Likes
532

hi,

ans is YES for both questions

Data Object (Defined By DATA statemnt) occupies memory and Internal Table is a kind of Data Object

And Data Object occupy memory only during Run Time

regards

prasanth

Read only

Former Member
0 Likes
532

hi,

Both will occupy memory space.

Regards

R Adarsh

Read only

Former Member
0 Likes
533

hi

any thing

that is being declared by using

DATA:

will occupy memery and caleed data object

where as if u use TYPES

it only defines the defination but no memeory is allocated to it

Cheers

Snehi