Skip to Content
0
Former Member
Dec 05, 2009 at 03:47 AM

Internal Table Memory Allocation

408 Views

Hello all,

I could understand the difference between Internal Table with occurs 0 and internal table with type declaration...

correct me if i am wrong, occurs 0 declaration occupies 8kb memory and header line 256 bytes...

But what i could not get is...

Where can i view this internal table runtime memory usage?? Should i have to check that in some transaction???

If that is the case, what transaction i should look at?? Can i view this in debugging mode??? I tried GOTO -> STATUS DISPLAY -> MEMORY USE and i have tried even SETTINGS -> MEMORY MONITORING ->MEMORY DISPLAY ON...Nothing worked..

when i go for GOTO -> STATUS DISPLAY -> MEMORY USE in debugging

memory allocated seems to be same for Internal table with occur 0 and Internal table with type declaration

I have searched a lot about this in SDN....But could not come to a conclusion......

I don't have authorisation here for DBG_MEMORY_DIFFTOOL or S_MEMORY_INSPECTOR unfortunately.....

Waiting for your replies....