1. SAP Help Portal
SAP Integration Suite
"Define a Router": This document outlines the configuration of the content-based router. The examples provided primarily feature the Equals (=) operator for routing decisions
highlighting its fundamental role. (Path: SAP Integration Suite > Developing and Operating Integration Scenarios > Designing Integration Content > Define a Router).
2. SAP Help Portal
SAP Integration Suite
"Expressions": This page details the expression languages used in SAP Cloud Integration. The section "Operators in the Expression Editor" for Simple expressions lists == (Equals)
!= (Not Equals)
>= (Greater than or equal)
and contains as valid operators. While > and contains are supported
==
!=
and null/empty checks form the basis of most routing logic
making them the most appropriate answers. A null check is performed using == null or != null.