‎2009 Jun 15 11:21 AM
Dear All ,
While calling one function module through my Program I am getting a error as "For typing of TABLES parameters, only table types should be used" in the Runtime in Production Client. But the same is been executed in the developement client no runtime error is coming.
Please advice on this.
Regards,
Nikhil
‎2009 Jun 15 11:25 AM
Please check the parameters passed to the function module.
The table type refered may be available in development and will not be transported to the production.
So check the datatype which is referred is transported to the production or not
‎2009 Jun 15 11:27 AM
Can you write, how you are calling the function module...
And is it a short dump?
And check the below link....it will be helpful
Typing of interface parameters
‎2009 Jun 15 11:36 AM
Hi.
Check the Tables tab of your FM in production, Any table is defined with "TYPE"?
Compare both development and production versions.
If any tabel is defined with TYPE change that to LIKE in Dev and retransport that.
Regards
‎2009 Jun 15 12:21 PM
I Just Retransported it to production. Now its working fine.
Thanx for the clue.
Regards,
Nikhil
‎2009 Jun 15 12:02 PM
Hi,
Please check whther the table type used is also transported to production..