fuku
fuku

Reputation: 11

Can we use JCo with SAP Cloud SDK for Java on localhost?

Can we use JCo with SAP Cloud SDK for Java on localhost?

I managed to use JCo on SAP Cloud Platform, but I'm not sure if it works on localhost.

https://blogs.sap.com/2020/05/08/how-to-call-function-modules-using-sap-cloud-sdk-for-java/

Without localhost testing, it takes so much time to develop Java Apps.

Regards, Yohei

Upvotes: 0

Views: 288

Answers (2)

Trixx
Trixx

Reputation: 1885

Why don't you use JCo 3.x standalone in your local JVM environment for calling your SAP on-premise systems? This is what the standalone version is designed for. The client API is nearly the same, so it should work to write runtime environment independent JCo client application code.

You can get the JCo standalone SDK from https://support.sap.com/jco

Upvotes: 0

Emdee
Emdee

Reputation: 1701

As per my knowledge it does work with SCP Neo runtime. It does not work for CF apps as JCo is contained in the SAP Java Buildpack which is not available locally.

Upvotes: 0

Related Questions