Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

idoc debugging problem

Former Member
0 Likes
440

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
410

Use the same parameters used for Standard FM IDOC_INPUT_ORDERS

2 REPLIES 2
Read only

Former Member
0 Likes
410

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

Read only

Former Member
0 Likes
411

Use the same parameters used for Standard FM IDOC_INPUT_ORDERS