Entering content frameFunction documentation GET_CALL_STACK Locate the document in its SAP Library structure

Function

Imports the current JavaScript call stack to an internal table in debugging mode.

Returning Parameter

CALL_STACK (Type JS_STACK_TABLE)

Internal table with three columns from the JS type group. The smallest line number corresponds to the highest (local) stack entry. For its stack entry, each line contains the function name, the JavaScript name, and the line number on which the breakpoint is placed.

Example

See the example under EVALUATE_IN_STACK.

Leaving content frame