cancel
Showing results for 
Search instead for 
Did you mean: 

How to integrate Augmented Reality mobile app with SCP ?

shiromani_soni1
Active Participant
0 Kudos

I have created a basic Augmented Reality app using Vuforia and now I want to access SAP data in this mobile application.

Hence, I need to provide integration between AR and SCP, I have installed Android Studio and SCP in the same.

Further, I need to know, how can I provide the integration between these two.

Accepted Solutions (0)

Answers (1)

Answers (1)

dhem
Active Participant

Hi Shiromani,

your questions is a little unspecific, so here's something that might help you (or might not).

From my understanding you're creating a mobile application that does stuff (VR) and also needs data from some SAP systems.

You could write an application on SAP Cloud Platform using the SAP Cloud SDK to integrate with systems like S/4HANA, Successfactors, etc. Depends on what exactly you mean by SAP data.

Alternatively, you could also try integrating from your app directly with such systems. Up from version 3.0 of the SAP Cloud SDK for Java (that is not released yet), this is also supported.

Hope that helps!

Best regards

Dennis

cschubert
Participant
0 Kudos

To extend Dennis' answer a bit:

Version 3.0.0 of the SAP Cloud SDK (for Java) is out. With this new version we reduced the reliance on Servlets, making it easier usable in a mobile setup.

So depending on your actual use case this might make it possible to integrate your mobile app with S/4HANA systems directly.

In case of any questions feel free to open new questions here or on StackOverflow!

Greetings
Chris