Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to read the run-time Call-stack

yes_sapteam
Participant

Hi There.

I would like to know how can I read the table (I assume it's a table) which holds the call-stack.

By call-stack I'm talking about the list of Programs/FMs/Events/etc that are displayed in the "Calls" tab during Debug session

(in the new debugger it is found under "Desktop 2" tab).

Regards.

Ayal Telem.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Try the function SYSTEM_CALLSTACK

kind regards

Tom

2 REPLIES 2

Former Member
0 Kudos

Try the function SYSTEM_CALLSTACK

kind regards

Tom

0 Kudos

Thank you Tom, you solved my problem.

Regards.

Ayal Telem.