Hi All,
I have created a function module which is in Function which was copied froma standard function group.
The Problem is that when i use that function module in an infoset to get the value of a particular field it gives a dump but when i use it in custom program it works fine.
I debugged the query program and found out taht there is include in the main program of the function which has an event call for LOAD-OF-Program so when it goes into that event it gives DUMP.
I want to know why does the function module event load-of -program call happens when used in a infoset but not in a "Z" program.
I cannot remove that include from the main program since the function group is used by many other function Modules.
Umang