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

Accessing objects in the Call Stack

0 Likes
808

Hi all,

is there any way to access in your ABAP program, objects in the previous levels of the call stack (the way we can display them in the debugger using the (program)object syntax).

Thanks,

Z

1 REPLY 1
Read only

0 Likes
557

I got the solution.

I tried out the (program)object syntax with different kinds of statements.

The one with field-symbols works:

ASSIGN ('(ZTESTPROGRAM)LS_OBJ') TO <fs>.

Where ZTESTPROGRAM contains the object LS_OBJ