‎2007 Sep 03 2:10 PM
Hi ,
Is there any Function modules to get the Local data varibles of the program.
(Like GET_GLOBAL_SYMBOLS is giving only global data)
‎2007 Sep 03 2:25 PM
No, there is no function module for this.
As local variables are meant to be accessed within a BLOCK, they can not be retrieved using any such function module.