Scheduled Offering Service Schema
In the Scheduled Offering Service schema, the driver models the Scheduled Offering service microservice.
Views
Views are similar to tables in the way that data is represented; however, views are read-only.
Queries can be executed against a view as if it were a normal table.
Stored Procedures
Stored Procedures are function-like interfaces that extend the functionality of the driver beyond simple SELECT operations with SAPSuccessFactorsLMS.
Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from SAPSuccessFactorsLMS, along with an indication of whether the procedure succeeded or failed.