Skip to Content
0
Former Member
Feb 17, 2009 at 07:20 PM

How to setup Inbound PO Change

979 Views

We want to do an Inbound PO change from another system to update our PO's on R/3.

We setup the PORDCH message type in the inbound parameters with process code of BADI. It appears to be calling function module BAPI_IDOC_INPUT1 and uses Basic Idoc Type of PORDCH01. We tried to test it using WE19 and we are getting this error:

The IDoc interface is not complete for message type

Message no. B1500

Diagnosis

The application function module cannot be determined for message type in IDoc inbound processing.

1. Please check that the process code in the inbound partner profile is correct.

2. If it is, check that the IDoc inbound processing setting for message type is correct and complete.

3. If the process code is not correct, check that the function module used for inbound processing is available.

4. If necessary, regenerate the interface.

We must be missing something. Can someone else us?