cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC to IDOC scenario

Former Member
0 Kudos

Hi All,

I have a scenario in which I'm sending IDOC from 3rd party system to SAP system. In this scenario my client want to uses idoc adapter in both the ways. My question is how the 3rd party system is going to send the IDOC to the XI system. Because there is absolute no configuration for IDOC adapter as it doesnot run on java engine.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

the RFC interface for sending and receiving IDocs can be used in non-SAP systems.

In both cases you need the RFC Library of the RFC Software Development Kit (RFC-SDK).

IDocs could be sent from a non-SAP system to a SAP system (via a RFC call to function module IDOC_INBOUND_ASYCHRONOUS)

refer this link for details

[http://help.sap.com/saphelp_nw04/helpdata/en/0b/2a6524507d11d18ee90000e8366fc2/frameset.htm]

check also these thread

[;

[;

Answers (1)

Answers (1)

Former Member
0 Kudos

Idoc is specific to SAP systems. Third party systems can/do not use idocs.