cancel
Showing results for 
Search instead for 
Did you mean: 

Can we send multiple IDOCS using RFC - "IDOC_INBOUND_ASYNCHRONOUS"

Former Member
0 Kudos

I am sending the paylaod using IDOC_INBOUND_ASYNCHRONOUS to SAP systemm from MES . Can I send multiple IDOCs using the same RFC "IDOC_INBOUND_ASYNCHRONOUS" . If yes - may I know the procedure involved in it.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Duwurus,

yes it is possible. For an example how to fill the control and data segement to send two IDocs in one call, see [SAP Help on EDI_DC40|http://help.sap.com/erp2005_ehp_04/helpdata/EN/52/16ac2a543311d1891c0000e8322f96/frameset.htm]. At the end of the article you see how the segments are linked together, using a predefined IDoc number.

In MII, you have to create several item nodes under the node IDOC_INBOUND_ASYNCHRONOUS/TABLES/IDOC_CONTROL_REC_40 and IDOC_INBOUND_ASYNCHRONOUS/TABLES/IDOC_DATA_REC_40. Use Local xml properties and Link Type Append XML or Append After XML to append the temporary items in the Request node of the JCo call.

Michael