Skip to Content
0
Nov 02, 2005 at 01:10 PM

Problem sending multiple IDOC

33 Views

Hi.

I've done a sample that sends N files from 1 file.

I've tried to replicate this sample with idocs.

I've done the BPM and in last step i have a BLOCK that sends all IDOCS.

I've tested the communication with other simple sample. 1 file to 1 idoc (CREMAS03) and the IDOC goes OK to SAP R3.

Before the BLOCK, i have a transformation step that transform the XML file into N idocs (posted in a multiline container). The multiline container is of type IDOC CREMAS03. Then, inside the BLOCK i have a send step that sends each IDOC of the container.

In the receiver determination, i have as sender the BPM and as receiver the R3 backend. As interface determination i have an INBOUND interface (of type CREMAS03) with receiver channel IDOC.

The problem is that i'm getting an error like this :

ATTRIBUTE_WRONG_INTF

Unable to interpret IDoc interface idoc_cremas_IB_ASYNC

idoc cremas has been defined with message type CREMAS03 (standard IDOC).

what is happening? any idea?

Thanks.