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
This series of blog posts explains how to use SAP Job Scheduling Service running on SAP Business Technology Platform (aka SAP Cloud Platform)

Job Scheduler
-> is a tool
---> allows to define jobs
------> schedule to run regularly
---------> trigger REST endpoints

Job Scheduler runs in Cloud Foundry environment and provides more convenience like support for OAuth 2.0, Multitenancy, CF Tasks, etc.

And it has the following cool icon:



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

Introduction


Part 0 : Using Job Scheduler in SAP Cloud Platform [0]: Intro and Prep

Tutorials


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 Job Scheduler (0): introduction and use cases
Part 8: Multitenancy with Job Scheduler (1): preparation + first very simple sample (really simple)
Part 9: Multitenancy with Job Scheduler (2): generation of tenant-specific job
Part 10: Multitenancy with Job Scheduler (3): securing tenant-specific action endpoint
Part 11: Multitenancy with Job Scheduler (4): use token exchange for protected createjob endpoint
Part 12: Multitenancy with Job Scheduler (5): adding approuter
Part 13: Multitenancy with Job Scheduler (6): Small but complete sample

Part 14: FAQs

SAP Help Portal
Job Scheduler documentation main entry
Support for multitenancy in Job Scheduler
Job Scheduler functionality can be managed via dashboard and REST API
Job Scheduler client library docu.
Job Scheduler FAQs
Job Scheduler in Discovery Center
Pricing information in Sap Store

Blog Posts
Granting authorization between apps with different xsuaa

Multitenancy
Developing Multitenant Applications in Cloud Foundry Environment
SaaS Registry in Discovery Center
Using REST API of SaaS to manage MT apps
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 MT apps
Sample for Multitenancy
Another sample
Java sample

More
xssec security library in node

xsuaa in SAP Help Portal
And the reference for xs-security.json

Security Glossary.

 

 

 
14 Comments