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

Local data variables

Former Member
0 Likes
313

Hi ,

Is there any Function modules to get the Local data varibles of the program.

(Like GET_GLOBAL_SYMBOLS is giving only global data)

1 REPLY 1
Read only

Former Member
0 Likes
280

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.