Skip to Content
0
Former Member
Mar 25, 2010 at 04:26 PM

Global data of a function group

1769 Views

Hi there,

Some body please resolve this

i created a function module with an import parameter say "result".

But global data of function group also contain the same "result" dataobj.

So i understand the scope of result in function module would be local only.so if i say "result" simply,i would be reffering to the import parameter.

My doubt is that in such a situation is there some way that i can refer to the "result" ,the global data..

thanks in advance