Skip to main content
March 22, 2024

SIC Connect to SAP BW in V8

  • March 22, 2024
  • 6 replies
  • 0 views

Hi Guys,

We are upgraded to V8 and now need to update our integration to SAP BW as well.

As of now, the ERPConnectStandard20.dll has added in the assembly folder under the gateway server folder.

And per the SIC guide, only the smart integration function business rule can used to call ERPConnect function, so we believe the steps should be:

1)Build smart integration function business rule to extract data from SAP BW

2)Using connector business rule to call the above function for processing in the Import step

But we didn't found any sample for this. Appreciate if any input or sample code on this.

Thanks,

 

6 replies

March 22, 2024

Hey KKGamer 
You need a connector BR and a Smart Integration Function SIF BR.
The connector BR is calling the SIF BR. The SIF calls sap, makes a datatable for example, and return it to the ConnectorBR.
After that it is a normal process.
Look in the latest documentation dedicated to Connectors as you will find some samples of the BR used.
Cheers

March 22, 2024


sap.png

March 22, 2024

Note that the AddCriteria is outdated and wont work using ERP dlls. So the documentation is not up to date.

KKGamerAuthor
March 24, 2024

Thanks Nicolas. This is helpful.

It there any function can be used to replace AddCriteria?

Also I know CreateSAPConnection is not work now, Is R3Connection the only option?

Do you know where can I get more details about which functions are available when using ERPConnectStandard20.dll?

March 24, 2024

https://kb.theobald-software.com/release-notes/ERPConnect-6.1.0.html
Please use the WhereClause property instead. 
@onestream, please update the documentation

KKGamerAuthor
March 25, 2024

Got it. Thanks Nicolas.

I have got the host and account details for connection.Is it required to create a data source in the Local Server gateway? Or we can using R3Connection from SIF business rule directly?

March 25, 2024

KKGamer No need for the datasource. But did you add the Dlls on the gateway and reference it in the BR? Hope so... read the doc about it please. 

March 28, 2024

You can try the new marketplace solution SAP Connector.  You should be in Version 8