2009 Dec 30 7:35 AM
Hello All,
I have a problem which I do not know why it's happening. I have an Interface method which calls a Function Module. This interface method does not have any syntax errors.
In the Function Module itself there is field which is definied in the FUNCTION TOP INCLUDE. So It should be visible during the call of the FM. But when executing the method it dumps on the field that is in the FUNCTION TOP INCLUDE. Can someone explain why it's happening?
Best regards,
Guido Koopmann
2009 Dec 30 7:40 AM
Check if the TOP Include & main Function group Program are activated.
Hope it helps you.
2009 Dec 30 7:47 AM
Go to SE80
Enter the Function group and put the name of the FG.
See if the main program & all its components are active...
2009 Dec 30 7:53 AM
Guys,
Everything was active, the strange thing is that when I cal the FM in an normale executable program, everything is ok.
I do not get this.
Hope someone can help me out.
Best regards,
Guido Koopmann
2009 Dec 30 7:53 AM
Is function module is sap standard or custom. If custom please uncheck the global parameter in the attributes tab by selecting from the top menu> edit> interface--> localize parameter
a®
2009 Dec 30 7:54 AM
Hello plze check for the Casting operation in the top include test the FM alone if possible with the test data and then try it on with the method of interface