Decionis Commerce Gate for SAP
Build the CAP application in your SAP BTP Cloud Foundry subaccount. It evaluates configured SAP workflows through Decionis and can deliver decision references to supported S/4HANA records. Your workflow must honor the result before proceeding.
Download the source kit
Download version 0.1.0 · SHA-256 checksum · Manifest · Dependency SBOM
This is source to build with SAP tooling. The manifest reports whether a detached archive signature is available; a checksum alone is not a signature.
Build and configure
- Verify the checksum, then extract the archive and read its INSTALL.md.
- Sign in to your Cloud Foundry subaccount, run
mbt build, and deploy the resulting MTAR with the SAP multiapps tooling. - Configure the tenant-scoped Decionis Protocol URL, organization ID, and API credential. Configure an SAP BTP Destination for S/4HANA access.
- Configure the inbound webhook secret and optional Event Mesh bindings. The kit's runtime guide documents each authentication direction separately.
- Test ALLOW, ESCALATE, BLOCK, and DELAY in an isolated workflow, including unavailable Core and unavailable destination cases, before enabling production use.
Evidence and failure behavior
Configured Core calls can return canonical decision evidence. The existing local demonstration fallback generates hashes; it does not sign a canonical dossier. Set DECIONIS_PROTOCOL_FAIL_CLOSED=1 to block on remote call errors. Keep the Core URL configured: an absent URL selects the local fallback.
SAP write-back delivers dossier references and may remain pending or require retry. A decision response or successful reference write-back does not prove that the consuming workflow enforced the business change.