SAP TABLES

abap/heap_area_dia SAP Parameter attribute - Limit of heap memory per dialog work process








abap/heap_area_dia is a SAP Parameter attribute which is used to control Limit of heap memory per dialog work process 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/heap_area_dia profile paramerter attributes


Parameter Name: abap/heap_area_dia
Description: Limit of heap memory per dialog work process
Default Value: 2000000000
Parameter Type ( See IF_PARAMETER_TYPES): Integer range(INT_RANGE)
Restriction Values: 0 64000000000
Parameter Unit: Byte
Parameter Group: ExtMemory
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

Specifies the maximum local process memory (heap, malloc) that can be allocated to a single dialog work process. The aim is to limit the size of a user context if required.

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