‎2007 Oct 15 11:19 PM
When I call my function I get a runtime error.
It says Type conflict calling functional module xxx
My module is active and but the error accurse when it calls the function
Thanks
‎2007 Oct 16 1:26 AM
Hi Johan,
There must be chance that the varibale you defined are not of the correct type. In that case only you get this error.
Regards,
Atish
‎2007 Oct 16 6:47 AM
Hi,
Please check whether the variables used in your calling statement has the same type as that of function module declaration.
Normally type conflict arises due to mismatch of types of variables in the calling statement.
Reward points if useful.
Thanks and Regards,
Litta.
‎2007 Oct 16 7:14 AM
Hi,
Check the declaration of the variables used in the FM in ur program.
Regards,
Anjali
‎2007 Oct 16 8:26 AM
The parameter you passed into that function module has a different data type as defined in the function module interface.
‎2007 Oct 16 9:27 AM
Hi Johan,
This may be caused due to the type mismatch.check the values you are passing are of correct type or else tell me the function name so that i can help you further.
Thanks
Lalit
‎2007 Oct 18 5:27 AM
Thanks all,
It was because I was imporing som values that was not needed in the FM