SAP TABLES

abap/heap_area_nondia SAP Parameter attribute - limit of heap memory per non dialog work process








abap/heap_area_nondia is a SAP Parameter attribute which is used to control limit of heap memory per non 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_nondia profile paramerter attributes


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


Specifies the maximum local process memory (heap, malloc) that can be allocated to one non-dialog work process (update, spool, background 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.