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

Shared Objects

Former Member
0 Likes
305

Help please with explanation:

1. What advantage do shared objects have compared with import/export to shared memory / buffer?

2. How is a shared objects area accessed in ABAP?

3. What does the transformation between XML and ABAP data structures involve?

Regards,

Mau

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
265

1) The advantage is that you can store entire objects in memory, not just some interneral tables or variables. You may want to take a look at this documenation.

http://help.sap.com/saphelp_nw2004s/helpdata/en/14/dafc3e9d3b6927e10000000a114084/frameset.htm

Regards,

Rich Heilman