Extended Memory Management in R/3

Extended Memory Management in R/3

Extended Memory Management in R/3
ASAP World Consultancy

SAP R3 developers have to know and understand the architecture of the product. This tip, excerpted from InformIT, discusses how extended memory management works, and the context of R3 user sessions.

--------------------------------------------------------

R/3 Release 3.0 introduced an extended memory capability that permits a more intensive use of virtual memory. Reservations for roll and paging areas are no longer necessary and have been replaced by the R/3 user session context system.

When a work process is conducting activities as part of a step in a user dialog, it needs ready access to a set of data elements. These elements are the user session context.

If another work process is assigned to the next step in the dialog, the information now in some or all of the data elements of the first user session context must be made available to the second work process. The second user session context may also require additional information.

Before Release 3.0, user session context information was transferred by the roll-in, roll-out method of copying information. This took a great deal of time and many system resources.

In Release 3.0 and later releases, the data needed by subsequent user session contexts is accessed not by copying, but by mapping.

    Requires Free Membership to View

    When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

The information transferred to the subsequent dialog step is not the actual data, but a set of pointers that indicate where that data can be found. Thus, a very complex data structure can be addressed or mapped for use by a work process by the transfer of a simple mapping pointer message.

Using mapping rather than copying in this context is expected to provide a much faster response time and, in certain installations, the possibility of handling larger loads without adding application servers.

Developments in virtual memory made possible by 64-bit architecture are expected to extend the benefits of the mapping concept.

--------------------------------------------------------

To read more of this tip, click over to InformIT. Registration is required, but it's free.


This was first published in January 2001

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.

    Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.