SAP INBOUND SERVICE

Hi All,
We are trying to integrate with SAP R/3 4.6 adapter,WM version is 6.1.We are successfully sending data into SAP Systems(OUTBOUND Mapping Service),but while working with inbound mapping service in developer(SAP Calling Integration Server), we are getting following error

“java.net.SocketException: Connection reset” and server is also shutting down.

hi venkat,

i am also working with SAP adapter and facing the same problem as yours…can you please tell me how to send the data into SAP system(outbound mapping)…and also what are the services I have to use to send…

regards
Rishi

WM -> SAP

You have create the IDATA and then convert this to the flat format using transformHierarchyToFlat and invoke the OutboundProcess.

For this, you need to specify the SAP Alias Server and the IDOC is in SAP (Assuming the connnection exists)

For any RFC invocation from WM,
You need to define the “MAP” under the SAP Alias using the administrator web page and the service is created. This service can be invoked with proper data, which in turns fires the RFC in SAP .

HTH
BS