SAP TABLES

vmcj/jni_strategy SAP Parameter attribute - define strategy for JNI methods








vmcj/jni_strategy is a SAP Parameter attribute which is used to control define strategy for JNI methods 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 .

vmcj/jni_strategy profile paramerter attributes


Parameter Name: vmcj/jni_strategy
Description: define strategy for JNI methods
Default Value: USE_MARKUP
Parameter Type ( See IF_PARAMETER_TYPES): String(STRING)
Restriction Values:
Parameter Unit:
Parameter Group: VMC
CSN Component: BC-VMC
System-Wide parameter: No
Dynamic Parameter: Yes
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation


This parameter specifies how kernel functions implemented within the SAP kernel in C or C++ are called in the VM container. It is important that the VM C/C++ runtime stacks required for each thread are configured as small as possible in order to save memory space. Depending on the function type, this may lead to problems (large fields on the stack, recursive functions). In the VM container there is a service stack that is configured larger, which can execute large functions without any problem. The disadvantage of this service stack is a relatively small loss in performance resulting from the need to switch stacks. Since the switch to the service stack is only required by a few functions, all kernel functions were classified that can run directly on the VM stack. have to run on the service stack. By default, the VM container uses this information to execute functions. If there are still problems, and if it is not possible to change the size of the stack because of the available memory, this behavior can be changed. The following options are available:
USE_MARKUP Call based on classification INVOKE_ON_SERVICE_STACK Always call on the service stack INVOKE_DIRECT Always call directly

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