Show TOC

STACK( ) Locate this document in the navigation structure

Semantics

Returns the ABAP stack for the current source code position.

The function returns the internal stack format < program_name >#< cont > with:

< progname > - Name of current ABAP program

< cont > - Byte code offset of the ABAP virtual machine.

The tool UI for dynamic logpoints presents the internal stack format in a user-friendly way, much like the ABAP Debugger does.

Note If an ABAP stack cannot be evaluated, the function returns the string < NO_STACK >.
Return type

ABAP type STRING

Restrictions:

Usage of this function is restricted to the field value list only.