‎2007 Apr 26 10:11 PM
Hi Experts,
I have created FM "Z_OV_GIS_UPDATE", which is having only 3 table parameters of type EDIDC, EDIDD and BDIDOCSTAT.
I found some of idocs in WE05. I made use of one Idoc and try to debug by tcode WE19 and by the FM Z_OV_GIS_UPDATE, tcode is throwing error like "Interface for function Z_OV_GIS_UPDATE is incorrect".
Please advice to avoid this problem,
solution will be Appreciated.
Thanks,
bhasha
‎2007 Apr 27 2:33 PM
Use the same parameters used for Standard FM IDOC_INPUT_ORDERS
‎2007 Apr 26 10:14 PM
Hi,
The function module interface should be the same for all the IDOC processing FMs..
Check the function module IDOC_INPUT_ORDERS for the sample interface..And modify your FM accordingly..
Thanks,
Naren
‎2007 Apr 27 2:33 PM
Use the same parameters used for Standard FM IDOC_INPUT_ORDERS