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

Regarding Shared Object

Former Member
0 Likes
463

Hi All,

i am new to this topic like Shared Object ,can you provide some links and notes ,alreay i searched in sdn i didn't get any exact information .

1. what is shared object

2. where it is used in sap ,relation to sap

plz help me on this.......

Regards,

Madhu

3 REPLIES 3
Read only

Former Member
0 Likes
443

Hi,

Shared objects are objects in the shared memory. Before Release 7.0, only the storage of class instances as shared object was supported. However, any data object (except reference variables) could be stored as attributes of classes. As of Release 7.0, reference variables can be stored as instances of classes, making the storage of anonymous data objects as shared objects possible too.

Regards,

Pritish

Read only

Former Member
0 Likes
443

Hi,

Shared objects are objects in the shared memory. Before Release 7.0, only the storage of class instances as shared object was supported. However, any data object (except reference variables) could be stored as attributes of classes. As of Release 7.0, reference variables can be stored as instances of classes, making the storage of anonymous data objects as shared objects possible too.

Regards,

Pritish

Read only

Former Member