Application Development 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: 

Context Memory & Roll Area

Former Member
0 Kudos
156

<b>what are the context memory and roll area?</b>

1 ACCEPTED SOLUTION

Former Member
0 Kudos
97

Roll Area:

Each Internal Session is subdivided into PXA

and Roll Area. The PXA (Program Execution Area) is

a shared memory for the byte codes of all

programs running concurrently at any one time on

an application server. Only the Roll Area is the

memory that is actually reserved for the data and

objects of each individual internal session.

Check this link...

http://help.sap.com/saphelp_erp2005/helpdata/en/28/d1d3f6bcb411d188b30000e83539c3/frameset.htm

Work Area:

The object types that you want to display

and process in the Engineering Workbench are called

as Work Areas. Work Areas have been created

in Customizing for the Engineering Workbench by

your system administrator.

For Work area check this link...

http://help.sap.com/saphelp_erp2005/helpdata/en/3b/3cf8d311cd11d2935e0000e8323492/frameset.htm

User Contexts

The memory management system assigns memory to user contexts from the following areas: roll area, SAP extended memory, and heap memory.

The order of assignment from these memory areas arranges itself according to whether the user context runs in an SAP dialog work process or in another SAP work process. This enables the SAP system to optimally use the characteristics of the individual memory types.

When allocating memory, the following characteristics for individual memory types become noticeable.

Check this to kn0w more

http://help.sap.com/saphelp_nw2004s/helpdata/en/34/d9c8b9c23c11d188b40000e83539c3/content.htm

Reward points if found helpful....

Cheers

Chandra Sekhar.

4 REPLIES 4

Former Member
0 Kudos
98

Roll Area:

Each Internal Session is subdivided into PXA

and Roll Area. The PXA (Program Execution Area) is

a shared memory for the byte codes of all

programs running concurrently at any one time on

an application server. Only the Roll Area is the

memory that is actually reserved for the data and

objects of each individual internal session.

Check this link...

http://help.sap.com/saphelp_erp2005/helpdata/en/28/d1d3f6bcb411d188b30000e83539c3/frameset.htm

Work Area:

The object types that you want to display

and process in the Engineering Workbench are called

as Work Areas. Work Areas have been created

in Customizing for the Engineering Workbench by

your system administrator.

For Work area check this link...

http://help.sap.com/saphelp_erp2005/helpdata/en/3b/3cf8d311cd11d2935e0000e8323492/frameset.htm

User Contexts

The memory management system assigns memory to user contexts from the following areas: roll area, SAP extended memory, and heap memory.

The order of assignment from these memory areas arranges itself according to whether the user context runs in an SAP dialog work process or in another SAP work process. This enables the SAP system to optimally use the characteristics of the individual memory types.

When allocating memory, the following characteristics for individual memory types become noticeable.

Check this to kn0w more

http://help.sap.com/saphelp_nw2004s/helpdata/en/34/d9c8b9c23c11d188b40000e83539c3/content.htm

Reward points if found helpful....

Cheers

Chandra Sekhar.

Former Member
0 Kudos
97

hi

good

go through this link,hope this would help you to solve your problem

http://help.sap.com/saphelp_nw04/helpdata/en/02/96274f538111d1891b0000e8322f96/content.htm

thanks

mrutyun^

Former Member
0 Kudos
97

Thanks to all for a proper guided answer.