The SAP .Net Connector 3.0 (NCo 3.0) offers many improvements over the 2.0 version of that product. Unfortunately, SAP no longer offers example .NET code. This blog attempts to fill that…
When companies implement SAP, Solution Manager (Solman) is also included in the installation. Companies need to make a conscious decision of what they plan to use from Solman. One of…
This past summer, SAP announced a new version of SAP Connector for Microsoft .NET -- NCo 3.0. SAP decided to give us an early Christmas present when they officially released…
A common problem in SAP PI is scheduling a particular interface to run at a particular time and date for adapters that poll (such as the file adapter). The communication…
SAP IDocs are a tried and true interface methodology. But as with any interfacing technology the most brittle component is the connection between the two systems (in the case, SAP…
I love ALE. It is super-powerful and, once you get the hang of it, is a snap to configure. Recently, I was setting up an HRMD_A interface for my client.…
Overview This blog post describes how to receive an IDOC from an SAP system, using the SAP .Net Connector 2.0 and Microsoft C#. EDITOR'S NOTE: SAP .Net Connector 2.0 has…
In any SAP implementation, there are a multitude of tasks and specialties happening all at once in preparation for Go-Live. Priority tasks such as business blue-printing and SAP core module…
In support of an synchronous XI interface (SOAP->XI->RFC), I changed the underlying structure of one of the RFC parameters. I appended some fields to the end of a return structure…