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

Error while Testing the Inbound Function Module

0 Likes
552

Hi,

I have created a Z Function Module (Posting Program) for Testing the EDI Shipment Tender Status. When I try to process the IDoc with the Transaction WE19 and when I enter the name of the Z function Module , it gives me an error saying that "Interface for Function Zxxxx is incorrect". Can somebody give me a solution for this? Answer would attract reward points.

Thanks,

Venkata.

4 REPLIES 4
Read only

Former Member
0 Likes
504

Have you assigned the FM to a process code. Have you created the partner profile properly.

Read only

Former Member
0 Likes
504

check if you are giving correct FMs:

E.g.:

DOC_OUTPUT_* - This is outbound

IDOC_INPUT_* - This is Inbound

Thanks,

SKJ

Read only

0 Likes
504

Do following steps..

Click standard inbound.

Copy function module from processing details or check function module is your Z FM.

If it is ZFM, then copy close the window and now click Inbound Function module

and paste. If you still get the same problem then your assignement is wrong.

"Rewards point if usefull"

Thanks,

Narayan

Read only

0 Likes
504

the partner profile and process code need to correctly assigned which makes the interface with function module(FM) complete.this will let us test the FM in WE19