SAP TABLES

rdisp/max_child_procs SAP Parameter attribute - maximum number of processes that can be forked via popen








rdisp/max_child_procs is a SAP Parameter attribute which is used to control maximum number of processes that can be forked via popen 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 .

rdisp/max_child_procs profile paramerter attributes


Parameter Name: rdisp/max_child_procs
Description: maximum number of processes that can be forked via popen
Default Value: 200
Parameter Type ( See IF_PARAMETER_TYPES): Integer range(INT_RANGE)
Restriction Values: 50 1000
Parameter Unit:
Parameter Group: Dispatcher
CSN Component: BC-CST-DP
System-Wide parameter: No
Dynamic Parameter: No
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation

To execute operating system commands, for example, work processes generate new operating system processes ("child" processes) in certain situations. These are managed by the generating process. This parameter defines the maximum number of child processes at any one time.

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