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

How to get info from calling Function Module without passing it.

Former Member
0 Likes
467

Hi,

I am facing a problem like from calling function module i want values of some variables and i dont want to change the import and export parameters, is there any way to get it done...

Thanks in advance...

2 REPLIES 2
Read only

Former Member
0 Likes
435

Hi,

It is possible only if you can find the memory id of the varibale.

You can find out it by debugging

<removed by moderator>

Edited by: Mike Pokraka on Aug 4, 2008 9:37 AM

Read only

0 Likes
435

Hi, Thanks for quick response, May i know how can i get memory id...