cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating our Windows .Net App with SAP Financials - where do we start?

Former Member
0 Kudos

Hi all,

Currently our Windows .net Logistics application integrates with the OpenAccounts financial software.

Where do we need to start if we were to integrate our product with SAP Financials? i.e. Sales, PO's in our system would need to update SAP financials.

Do we need to contact an integration partner?

We are blind to SAP and its workings so any help would be much appreciated.

regards,

Dave

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

>

> Hi all,

> Currently our Windows .net Logistics application integrates with the OpenAccounts financial software.

>

> Where do we need to start if we were to integrate our product with SAP Financials? i.e. Sales, PO's in our system would need to update SAP financials.

> Do we need to contact an integration partner?

>

> We are blind to SAP and its workings so any help would be much appreciated.

> regards,

> Dave

Yes you will need some SAP Integration consultant with SAP PI, .NET etc., skillset.

Well there are many ways to integrate .NET application with SAP. One of the best method is using SAP Process Integration (PI) to integrate .NET and SAP. This way You can expose PI intefaces as webservices or SAP PI can get data from your .NET backend database directly. You can do SOAP call from .NET application to SAP PI interfaces and send data to PI which in turn can transform it to IDOC or Proxy etc.,

Another method would be SAP.NET connector where you can call SAP via RFC from your .NET application. If possible avoid this.