cancel
Showing results for 
Search instead for 
Did you mean: 

SAP HANA Stored Procedures and Hybris

rodrigoluiz_hoffman
Participant
0 Kudos

Hi All,

I don´t know much about SAP Hana SQL or SAP Hybris, but there´s currently a feasibility study about using both together.

My question is, if I use SAP Hana Stored Procedures to map some of my business rules, will I be able to apply/enforce/use them in SAP Hybris?

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

former_member182411
Active Participant
0 Kudos

Hi Rodrigo,

as you posted your question into the SAP Hybris as a Service forum you could use exactly this platform for this (but this is not necessary). Image you have your Hybris on-premise application and an SAP HANA instance on-premise as well. Then you could potentially (and if necessary, think of the dependencies) create an SAP HANA procedure and consume it via JDBC (look here for documentation: http://help.sap.com/saphelp_hanaplatform/helpdata/en/ff/15928cf5594d78b841fbbe649f04b4/frameset.htm ). Another option could be that you expose the SAP HANA procedure (written in SQLScript btw) as an OData service and consume this one from where ever you want.

This being said you could also create a new YaaS service using SAP Cloud Platform for the same - then you would not need a customer on-premise SAP HANA instance - you could "simply" connect to an existing OData service (you would have to implement and publish that via YaaS).

Cheers,

Martin

Answers (1)

Answers (1)

rodrigoluiz_hoffman
Participant
0 Kudos

Hi Martin! Thanks for the helpful answer!

Quick additional question, If I'm working on-premise, could I consume data from Hybris via Microservices within Hana XS as well? I'm a bit new on this new architecture so I don't have much idea on how far the integration goes...

Also, is there any advantage on going for the Hybris Data Hub? I'm more inclined on using Hana services directly, if possible, unless using the Data Hub is really necessary...

Thanks in advance!!