cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi all,

We are building a marketplace product and would like to be able to integrate with the SAP B1 systems of our users through the DI-API (using the Java Connector). We'd need to hook into inventory/ stock management as well as sales/ purchase orders and so on.

In an ideal world we would have our own stripped down test instance either in the cloud or installed on our own hardware which we'd use for development/ testing then we'd set up a sandboxed environment within each of our users' systems.

My question has several parts:

1. Is this how people normally approach this issue? Is it common to have a standalone test instance or to use a sandboxed environment in a production instance?

2. How plausible and costly would it be to set up our own basic instance of B1? Would we need to purchase a full-fat license or is there some sort of developer option?

3. How simple is it to set up sandboxed environments on existing systems?

Thanks in advance

0 Likes
View Entire Topic
pedro_magueija
Active Contributor
0 Likes

Hi Simon,

I can't speak for other people, but a common approach where I've worked is to have a test system, where you can restore a copy of the production DB and run your tests against that.

This usually means that licenses are required, but I can't offer great insight on the licensing that you'd need.

But as mentioned above "sandboxing" an existing system is as simple as restoring the schema of a production DB (under a different name) and then pointing your B1 client at it (during the login).

Off-topic: for a marketplace (I'm assuming web-based) I'd recommend you also take a look at the DI-Server and the B1if.

Good luck.


Best regards,

Pedro Magueija


View Pedro Magueija's profile on LinkedIn

Former Member
0 Likes

Awesome, thanks for your help Pedro