SAP TABLES

ES/SHM_MAX_SHARED_SEGS SAP Parameter attribute - Max segments used for shared contexts








ES/SHM_MAX_SHARED_SEGS is a SAP Parameter attribute which is used to control Max segments used for shared contexts 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 .

ES/SHM_MAX_SHARED_SEGS profile paramerter attributes


Parameter Name: ES/SHM_MAX_SHARED_SEGS
Description: Max segments used for shared contexts
Default Value: ( ($(em/global_area_MB) + $(abap/shared_objects_size_MB) + $(rtbb/buffer_length)/1024 + $(zcsa/table_buffer_area)/1024/1024 ) / $(ES/SHM_SEG_SIZE) + 1 )
Parameter Type ( See IF_PARAMETER_TYPES): Integer range(INT_RANGE)
Restriction Values: 1 11
Parameter Unit:
Parameter Group: ExtMemory
CSN Component: BC-CST-MM
System-Wide parameter: No
Dynamic Parameter: No
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation

Number of AIX segments that can be used globally across users. Only one segment can currently be used. Caution If a large amount of memory is required in this memory class, the segment size ES/SHM_SEG_SIZE must be increased.

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