Call Stack

What is call stack in ABAP debugging?

Questions by sankaran.ramaiah   answers by sankaran.ramaiah

Showing Answers 1 - 3 of 3 Answers

aradhana_03

  • Aug 24th, 2010
 

Call Stack in ABAP Debugger displays an active event chain and the call sequence upto the current breakpoint. In other words, the stack displays all the events that are part of the ABAP program, and gives the programmer the flexibility to navigate to any particular event in the ABAP editor.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions