Application Development and Automation 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: 
Read only

ABAP Memory value in ABAP Debugger

Former Member
0 Likes
539

Hi,

Is it possible to view the value of ABAP memory IDs in ABAP debugger?

I know we can view the active ABAP memory IDs in debugger using Goto -> System Areas -> ABAP Memory

Whereas my question is for those listed ABAP memory IDs, can we see the value in debugger itself?

Thanks in advance.

Regards,

Balaji Viswanath.

2 REPLIES 2
Read only

Former Member
0 Likes
414

Hi,

I m sorry that is not possible i feel .

You can see thru the same which you have mentioned.

Read only

andreas_mau
Participant
0 Likes
414

Hi,

Did you sort out your problem yet? I am looking for the same. So far I know one can get the ABAP stack with the FM SYSTEM_CALLSTACK. This returns the stack but I still have not figured out how to access any stack objects yet.

Let me know,

Andreas