Wednesday, April 22, 2020

How to integrate .NET app with SAP

Both SAP and Micrsooft .net are few biggest software. And support many programming languages as you can learn. The popularity of both platforms making everyone want to learn how to integrate between .net app and SAP on your own business.

  1. Integrating .NET and SAP RFC calls
  2. Download the SAP NCO library - Download from https://support.sap.com/en/product/connectors/msnet.html
  3. Gather SAP credentials - yup. Same as any platform.
  4. Identify the BAPI you need to call - find BAPIs you familiar
  5. Started with the .NET Coding