Working with Sample Projects

The plug-in packages sample projects with the installer which help to understand how 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 TIBCO_HOME/bwcloud/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 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 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 ActiveMatrix BusinessWorks process provides an example of 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 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 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 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 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.