Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
CarlosRoggan
Product and Topic Expert
Product and Topic Expert
Java developers using the SAP Cloud Platform SDK for service development are enabled to easily create OData services.

That is:
Create a standard Java web application
Expose data as RESTful service based on OData
Deploy and run the application on SAP Cloud Platform

 

SAP Cloud Platform SDK for service development offers capabilities to make life easier for achieving these tasks.
For more info about the SDK, refer to the introduction.

This blog is meant to give an overview of published tutorials and other learning assets.
Everything you need for learning how to use the SAP Cloud Platform SDK for service development can be found while following below links.
Please stay tuned for upcoming development and learning resources.

 
Note:

In the meantime, the Application Programming Model for SAP Cloud Platform has been released and going forward, we recommend that you develop your business applications based on it.

Nevertheless, this series of blogs is not obsolete or replaced, because the SDK for service development is part of the application programming model (see the green box with label “Service SDKs”).

Means that all the code samples provided in this blog series, can be used while developing projects based on the application programming model. That’s the case when it comes to “Implement Custom Handlers” in such a project.

Furthermore, it will be still possible to continue creating standalone project like described in this series of blogs.

 

 

General Blogs


https://blogs.sap.com/2017/10/17/introducing-the-sap-cloud-platform-sdk-for-service-development/

 

Series of Blogs for beginners


This series of blogs aims to help first-time users to get started with developing OData services using the SAP Cloud Platform SDK for service development.

The code samples are kept simple and easy to understand such that they allow for focusing on few aspects.

 

SAP Cloud Platform SDK for service development: Create OData Service [1.1] easy, fast, unexplained

SAP Cloud Platform SDK for service development: Create OData Service [1.2] easy, slow, explained

SAP Cloud Platform SDK for service development: Create OData Service [2] QUERY, READ, SQO

SAP Cloud Platform SDK for service development: Create OData Service [3] CREATE, UPDATE, DELETE

SAP Cloud Platform SDK for service development: Create OData Service [4] Complex Type

SAP Cloud Platform SDK for service development: Create OData Service [5] Property Facets

SAP Cloud Platform SDK for service development: Create OData Service [6] Navigation

SAP Cloud Platform SDK for service development: Create OData Service [7] more about Navigation (READ...

SAP Cloud Platform SDK for service development: Create OData Service [8] more about UPDATE

SAP Cloud Platform SDK for service development: Create OData Service [9] UPSERT

SAP Cloud Platform SDK for service development: Create OData Service [10] Map, EntityData, POJO

SAP Cloud Platform SDK for service development: Create OData Service [11] skip + orderby

SAP Cloud Platform SDK for service development: Create OData Service [12] Introducing Data Source Li...

SAP Cloud Platform SDK for service development: Create OData Service [13] Data Source OData V2 

SAP Cloud Platform SDK for service development: Create OData Service [14] Data Source OData V2: CRUD...

SAP Cloud Platform SDK for service development: Create OData Service [15] Data Source OData V2: QUER...

 

.... and more coming sooner or later:

SAP Cloud Platform SDK for service development: Create OData Service [...] Data Source OData V2 deleating


 

... and much more coming much later...

 

SAP Cloud Platform SDK for service development: Create OData Service [...] consuming data sources

...

 

 

Related to the blog series:

SAP Cloud Platform SDK for service development: Create OData Service [0.1] Prerequisites
SAP Cloud Platform SDK for service development: Create OData Service[1.11] Prerequisites Cloud
SAP Cloud Platform SDK for service development: Create OData Service [0.2] Project creation
SAP Cloud Platform SDK for service development: Create OData Service [0.3] Tips'n'Tips

 

More Tutorials


https://blogs.sap.com/2017/09/11/creating-odata-v4-services-using-sap-cloud-platform-sdk-for-service...

SAP S/4HANA Cloud SDK: overview and links to great amount of tutorials

SAP Help


The documentation and reference for the SDK is part of the

Application Programming Model for SAP Cloud Platform

Other Links


OData: http://www.odata.org

The OData V4  documents:
Part 1: Protocol
Part 2: URL Conventions
Part 3: Common Schema Definition Language

 

 

And now:



Enjoy working with SAP Cloud Platform SDK for service development....!

7 Comments