cancel
Showing results for 
Search instead for 
Did you mean: 

What is the best approach to store data on SAP CP entered in a site application?

Former Member
0 Kudos

Hello,

As SAP partner we have the requirement to create a supplier site in SCP that will display information from all the related customer sap backends and that will let them also enter information. But some information need to be stored on SCP itself as we don't want it to be stored in the customer backends. We need to store this data somewhere on the SCP.

What are the solution that can be implemented?

Thanks for your suggestions,

Best regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

Ivan-Mirisola
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Bertrand,

There is no ready-to-use solution for your requirements.

Let's say you have modeled the data on a HANA DB using CDS artifacts or directly via SQL commands. Then you could create an xsodata service and expose the entities via OData/Rest interface and create a SAPUI5 application to allow users to enter data on a form.
Another alternative is to develop a Java Application using JPA, model your entities there and plug it to a database. The front end could be written suing OData built by Olingo and consumed by SAPUI5 application the same way.

It all depends on which skills you have in house to do it and, suffice to say, the resources you have available on your SCP account.

Regards,
Ivan