‎2009 Jun 03 11:26 AM
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
‎2009 Jun 03 11:44 AM
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