SAP TABLES

abap/shared_objects_size_MB SAP Parameter attribute - Size of Shared Objects Memory in MB








abap/shared_objects_size_MB is a SAP Parameter attribute which is used to control Size of Shared Objects Memory in MB information. This is available within R/3 SAP systems depending on the version and release level.

Below is the standard documentation available and a few details of the attributes values .

abap/shared_objects_size_MB profile paramerter attributes


Parameter Name: abap/shared_objects_size_MB
Description: Size of Shared Objects Memory in MB
Default Value: (min(20000, $(em/initial_size_MB)*0.02))
Parameter Type ( See IF_PARAMETER_TYPES): Integer range(INT_RANGE)
Restriction Values: 10 2147483647
Parameter Unit: MB
Parameter Group: Abap
CSN Component: BC-ABA-LA
System-Wide parameter: No
Dynamic Parameter: No
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation

This parameter specifies the size of the memory area in which the ABAP shared objects areas are created. This parmeter affects the memory layout of the application server and cannot be dynamically changed.

See SAP Parameter Documentation for full SAP documentation for this profile parameter.