Technology Blog Posts 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
28,212

This series of blog posts explains how to use SAP Job Scheduling Service (previously known as SAP Cloud Platform Job Scheduler) running on SAP Business Technology Platform (SAP BTP).

SAP Job Scheduling service
-> 🛠️ is a tool
---> 📝 allows to define jobs
------> 🕒 schedule to run regularly
---------> 🚀 trigger REST endpoints

The Job Scheduling service runs in the SAP BTP, Cloud Foundry environment and the SAP BTP, Kyma runtime, and provides more convenience like support for OAuth 2.0, Multitenancy, CF Tasks, etc.

And it has the following cool icon:

JBS_Logo.svg

 

Now it is your job to define your own schedule to regularly run through the following blog posts:

 

Introduction

Part 0 : Using SAP Job Scheduling Service in SAP BTP [0]: Intro and Prep

 

Tutorials

CFCloudFoundryCorp_vertical.svg

Part 1: First simple use case in Trial account
Part 2: Simple use case with security
Part 3: Simple use case with authentication and authorization
Part 4: Using App Router in between Job and endpoint
Part 5: Long-running operations (async jobs)
Part 6: Troublemaking (get little help for 403 error)
Part 7: Multitenancy with SAP Job Scheduling Service (0): introduction and use cases
Part 8: Multitenancy with SAP Job Scheduling Service (1): preparation + first very simple sample (really simple)
Part 9: Multitenancy with SAP Job Scheduling Service (2): generation of tenant-specific job
Part 10: Multitenancy with SAP Job Scheduling Service (3): securing tenant-specific action endpoint
Part 11: Multitenancy with SAP Job Scheduling Service (4): use token exchange for protected createjob endpoint
Part 12: Multitenancy with SAP Job Scheduling Service (5): adding approuter
Part 13: Multitenancy with SAP Job Scheduling Service (6): Small but complete sample
Part 14: FAQs

 

Kymakyma-logo.png

Part 15: SAP Job Scheduling Service in Kyma: Simple Use Case 
Part 16: SAP Job Scheduling Service in Kyma: Authentication & Authorization 

 

Links

 

SAP Help Portal

Job Scheduling service documentation main entry
How to create an instance of the Job Scheduling service from the Kyma dashboard in the SAP BTP cockpit
Support for multitenancy in the Job Scheduling service
Job Scheduling service functionality can be managed via dashboard and REST API
Job Scheduling service client library documentation
Job Scheduling service FAQs
Job Scheduling service in the Discovery Center
Pricing information in SAP Store


Other Blog Posts

Granting authorization between apps with different xsuaa
How to integrate Alert Notification service with the Job Scheduling service on SAP BTP 
Consume RAP Service from BTP (Node JS) using the SAP Job Scheduling Service using a proxy application
SAP Job Scheduling Service: How to schedule a job every minute?
SAP Job Scheduling Service: Removing property enable-xsuaa-support
SAP Job Scheduling Service: Retry a Job Execution Using ANS 
How to schedule a job that runs on the last day of every month?


Multitenancy

Developing Multitenant Applications in Cloud Foundry Environment
SaaS Registry in Discovery Center
Using REST API of SaaS to manage multitenant applications
API Reference of the SaaS REST API
Using Custom Domains
Blog on Multitenancy Architecture in Cloud Foundry Environment
Blog on developing multitenant application
Another blog on developing multitenant applications
Sample for Multitenancy
Another sample
Java sample


Additional Information

xssec security library in node
xsuaa on SAP Help Portal
Reference for xs-security.json
Security Glossary

16 Comments