cancel
Showing results for 
Search instead for 
Did you mean: 

SDK Licensing Question

Former Member
0 Kudos

Hi,

I have a question in regards to licensing of a SAP SDK project.

I have tried to find out as much as possible. Have looked here https://archive.sap.com/documents/docs/DOC-28660

But this is incomplete....

Our company has purchased a license for the SDK. I use this to develop various components and addons for our SAP B1 System.

I have created a C# Console application which allows for attaching images, documents, whatever to an item in SAP B1 9.2x.

Its a very simple project, you specify a file and it loads these records into the Item Master Attachment section.

My question is this.

Can I make this project available to anyone to use on say Github?

Are there any restrictions on Re-distributing an SAP Business One SDK, or its DLL file with a Project?

Just looking at what feedback I might get from people, and how open sourcing a simple C# console application might go.

The reason is this particular function is not available via DTW. I wrote the program from scratch, so it might us useful to someone else

Regards

Brendan

Accepted Solutions (1)

Accepted Solutions (1)

Johan_H
Active Contributor
0 Kudos

Hi Brendan,

Making your code available on GitHub should be no problem, considering that anyone who wants to develop your code further, needs their own SDK license, and anyone who wants to use your application per definition has a SAP Business One installation, and thus licenses. Former Member for example has published his code for free right here on SCN, and I remember there was another developer only a couple of years ago who did the same.

You should of course realize, and remind people who want to use your code, that SAP's support of this code will be extremely limited.

Selling your application is another matter though. In that case SAP requires you to be an accredited SAP Business One Parther / Reseller. This can be "circumvented" by making a deal with an established SAP Partner.

Regards,

Johan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Johan,

Thanks for the response. Goods points all round.
I will just update some notes about project and what support (none) I will offer

Cheers

Brendan