‎2008 Jun 23 2:32 PM
hi gurus...
Will data object occupy memory space.?
Will internal table occupy memory space.?
‎2008 Jun 23 2:42 PM
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
‎2008 Jun 23 2:34 PM
‎2008 Jun 23 2:35 PM
Internal table doesnt ocupy memory space.
because its exsisteance only on run time.
Amit.
‎2008 Jun 23 2:35 PM
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
‎2008 Jun 23 2:39 PM
‎2008 Jun 23 2:42 PM
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