cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Creating Odata in SAP BAS using Postgre SQL DB

judelin-8
Explorer
0 Likes
514

How to create odata service in SAP BAS using Postgre SQL Database and generating it as a service in Cloud foundry.

Accepted Solutions (0)

Answers (1)

Answers (1)

evanireland
Product and Topic Expert
Product and Topic Expert

Two options come to mind:

(1) Using SAP Cloud Application Programming Model (CAP) - see https://cap.cloud.sap/docs/about/ and https://cap.cloud.sap/docs/java/persistence-services?q=postgresql#postgresql

(2) Using SAP Mobile Services - Mobile Back-End Tools (MBT) - see https://help.sap.com/doc/f53c64b93e5140918d676b927a3cd65b/Cloud/en-US/docs-en/guides/getting-started... and https://help.sap.com/doc/f53c64b93e5140918d676b927a3cd65b/Cloud/en-US/docs-en/guides/getting-started...

The latter (MBT) is particularly well suited to supporting occasionally-connected (offline) mobile clients, with OData change tracking so that clients can efficiently download only the changes since their last download.