Paramètre SAP javascript/FrameStack - CL_JAVA_SCRIPT: size of internal call stack in bytes

Parameter
javascript/FrameStack

Short text
Size of the JavaScript Framestack in Bytes

Parameter description
This parameter makes it possible to configure the size of the framstackused by the JavaScript class in bytes. Just like other programminglanguages, JavaScript stores certaininformation on a stack when callingfunctions/methods. The size of this memory range is already defined whencreating the JavaScript context (a CL_JAVA_SCRIPT instance) and can thennot be changed.
CAUTION
A value that is too low can cause the stack to overflow while executinglarge scripts which can lead to undefined behavior of the JS Engine(usually core).

Default value
8194 ( Bytes )

Other parameter
No