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

memory allocation

Former Member
0 Likes
396

hi friends

if we use (keyword: types) and declare data types memory is not allocated.

but when we use (keyword :data) memory is allocated .can any one tel me strong reason for this ?

thanks&regards

meena.

2 REPLIES 2
Read only

Former Member
0 Likes
364

Hello,

When we use DATA for a particular structure then memory is allocated.

When we use Types it is user defined structure for this memory is not allocated.

Read only

Former Member
0 Likes
364

Hi Meena,

This is the( ABAP) Language implemented and developed by SAP.

they implemented it that way so we need to follow.

regards

Ramchander Rao.K