Samples for the SAP adapter
Samples for Microsoft BizTalk Adapter for mySAP Business Suite are categorized into:
BizTalk Server samples
WCF service model samples
WCF channel model samples
Data Provider for SAP samples
For some community guidance on creating your own samples, go to BizTalk Server Adapter Pack 2010.
Note
These samples need updated to the current version. Interested in updating them? If yes, then add your updated samples to our public GitHub repo at https://github.com/Microsoft/Integration.
The following list describes the samples.
BizTalk Server samples
Sample Directory Name | Description |
---|---|
IDOCSend | Demonstrates how to send an IDOC to an SAP system. |
ReceiveIDOC | Demonstrates how to receive an IDOC from an SAP system. |
ReceiveIDOC_SYSREL | Demonstrates how to receive an IDOC from an SAP system. The IDOC being received has the version number less than the SAP SYSREL. |
RFCServer | Demonstrates how to receive an RFC server call from the SAP system. |
SAPTransaction | Demonstrates how to perform transactions in an SAP system using. |
tRFCClient | Demonstrates how to make tRFC client calls on an SAP system. |
WCF service model samples
Sample Directory Name | Description |
---|---|
SapIdocStringClientSM | Demonstrates how to send an IDOC to an SAP system by invoking the SendIdoc operation. |
SapRfcServerSM | Demonstrates how to receive an RFC server call from an SAP system. |
SapBapiTxClientSM | Demonstrates how to invoke BAPIs inside a transaction on an SAP system. |
SapTrfcClientSM | Demonstrates how to invoke tRFC client calls on an SAP system. |
WCF channel model samples
Sample Directory Name | Description |
---|---|
SapIdocReceiveCM | Demonstrates how to receive IDOCs from an SAP system |
SapRfcServerCM | Demonstrates how to receive an RFC server call from the SAP system. |
Data Provider for SAP samples
Sample Directory Name | Description |
---|---|
sap ado | Demonstrates how to use the .NET Framework Data Provider for mySAP Business Suite. |