Working with Sample Projects
The plug-in packages sample projects with the installer, which help to understand how TIBCO ActiveMatrix BusinessWorks™ Plug-in for OData Services for SAP S/4HANA works.
After installing the plug-in, you can locate the following sample project in the TIBCO_HOME/bw/palettes/s4hanacloud/version_number/examples directory.
SAP_S4HANA_Cloud_Examples
The SAP_S4HANA_Cloud_Examples project shows how to use the Consume OData Service activity with SAP S/4HANA Cloud. The following processes are included as part of this project.
- Check_Products_in_SAPECC
This TIBCO ActiveMatrix BusinessWorks™ process provides an example of integration between SAP S/4HANA Cloud and SAP ECC or SAP S/4HANA(On-Premise/Private Cloud). In this example, products are retrieved from SAP S/4HANA Cloud and checked against SAP using BAPI_MATERIAL_EXISTENCECHECK.
- DELETE_operation
This TIBCO ActiveMatrix BusinessWorks™ process provides an example of the DELETE operation against a production tenant. Before running this process, modify the module properties accordingly based on the product catalog available in your production tenant.
- GET_operation
This TIBCO ActiveMatrix BusinessWorks™ process provides an example of the GET operation against a production tenant. Before running this process, modify the module properties accordingly based on the product catalog available in your production tenant.
- Multiple_operation
This TIBCO ActiveMatrix BusinessWorks™ process provides an example where a REST service is used to invoke DELETE, GET, PATCH, and POST operations against a production tenant. Before running this process, modify the module properties accordingly based on the product catalog available in your production tenant.
- PATCH_operation
This TIBCO ActiveMatrix BusinessWorks™ process provides an example of PATCH operation against a production tenant. Before running this process, modify the module properties accordingly based on the product catalog available in your production tenant.
- POST_operation
This TIBCO ActiveMatrix BusinessWorks™ process provides an example of POST operation against a production tenant. Before running this process, modify the module properties accordingly based on the product catalog available in your production tenant.
- Replication_Sandbox_to_Production
This TIBCO ActiveMatrix BusinessWorks™ process provides an example of replicating data across tenants. In this example, product descriptions are retrieved from SAP Sandbox available from SAP API Business Hub and replicated to a production tenant.
- Receive_Business_Events
This ActiveMatrix Business Works process provides an example of receiving Business Events from a SAP S/4HANA Cloud system. In this example, all events are received.
Batch_Operations
The Batch_Operations project shows how to invoke OData services using Batch in Consume OData Service activity with SAP S/4HANA Cloud. The process included as part of this project first retrieves the collection using the GetCollection operation and then uses key values to invoke GetSingle batch operations on the same entity.