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