cancel
Showing results for 
Search instead for 
Did you mean: 

Pushing Data from .Net Application to SAP

Former Member
0 Kudos

Hi experts,


This is my exact requirement,


I installed SAP ECC 6.0 (IDES) ERP with Net weaver XI/PI 7.0 System on Windows server 2003. We wanted to integrate SAP with our  application developed in .NET , and we wanted to do this integration with XI/PI.

Now my requirement is whenever a record (Purchase Order)  is created/updated/deleted in SAP, SAP should post an object (file/message) so my applications picks and processes it.

We were able to successfully pull the data from SAP using SAP.NET and RFC (BAPI Calls), but we are looking for a push mechanism from SAP, whenever a real-time    event(Created/Update/Deleted) occurs.


Please provide me any solution,



Regards,

Nagendra

Accepted Solutions (0)

Answers (2)

Answers (2)

Muniyappan
Active Contributor
0 Kudos

Hi Nagendra,

if you are having option of choosing soap vs jdbc, go for soap.

Former Member
0 Kudos

Hi Nagendra,

Why don't you publish a WS at .NET and call it via proxy at the point where SAP does whatever you want to update at .NET?

have a look at

cheers,

Edu

Former Member
0 Kudos

Hi Edu,

is there any way other than WS?

Regards,

Nagendra

Former Member
0 Kudos

Hi Nagendra,

sure, if you want to update some DB table, try to connect to the DB directly.

Cheers,

Edu

Former Member
0 Kudos

Hi Edu,

Can you explain me the procedure.

Regards,

Nagendra

Former Member
0 Kudos

Hi Nagendra,

I've had a quick look at this, kindly check if it helps you: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0ac1a33-debf-2c10-45bf-fb19f6e15...

cheers,

Edu