By
Published: 13 May 2003
I have implemented outbound program and inbound function module for a new basic IDoc type. Outbound process is successful. But while I am trying to execute the inbound function module I am getting this error message: "interface for the function module is incorrect". What could be wrong here? I am not using message control. Is the process code necessary to execute the function module? I didn't create it.
When dealing with inbound processing the message control is irrelevant, this is only used if an outbound IDoc has to be triggered through messaging.
The processing code, however, is always needed for inbound processing. It is used to determine the name of the function to handle the IDoc. I am not sure if this is the only error. The error message you mention, I assume it is EA(408) indicates that the function module has invalid calling parameters. Set a break-point in MSED7F05 at CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' and debug from there to see what may be wrong.
An SAP user is receiving an error message while integrating SAP iDoc PORDCR1 for a purchase order.
Continue Reading
SAP expert Axel Angeli explains how to update the "further dates" tab information in am SAP transaction through an SAP IDoc.
Continue Reading
An SAP R/3 4.7 user wants looking to post a document entry using different trading partner fields for credit and debit for function FB01.
Continue Reading