Size of the internal tables

Showing Answers 1 - 14 of 14 Answers

satyam

  • Aug 22nd, 2005
 

it give info about how much memory is allocated for the itabs.  
sy-toccu gives tye momory occupied by the itabs.

  Was this answer useful?  Yes

srinivas reddy

  • Jan 14th, 2006
 

basically its 8kb

we can extend

sudhar

  • May 1st, 2006
 

The size of the internal tables are set using the 'occurs n' clause. Here n refers to a integer number that specifies the size. Usually its given as 'occurs 0' which creates an itab with the memmory space of 8kb.

  Was this answer useful?  Yes

nisha agrawal

  • Nov 4th, 2006
 

internal table have 2 gigabytes of memeory space.n the initialize size is of 8 kb which can be extend further.

  Was this answer useful?  Yes

Arivazhagan

  • Nov 27th, 2006
 

Hi,

Initial size of internal table = No. of occurs clause x total length

  Was this answer useful?  Yes

anil

  • May 4th, 2007
 

Internal tables are runtime objects so they dont take any memory

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions