Press "Enter" to skip to content

Runtime Variables Overview for SAP Cloud Integration (CPI / HCI)

0

Last Update: 01.2024

This is an overview of useful and commonly used (dynamic) variables and runtime parameters of SAP Cloud Platform Integration (f.k.a. SAP HCI) based on Apache Camel´s expression language.

SAP Help: Headers and Exchange Properties

Those variables can be used in Integration Flows (e.g. in artifacts as Content Modifier, Router, Channels, …):

ParameterDescription
${in.body} or ${body}Message Payload
${header.var1}Message Header Variable (var1)
${property.prop1}Exchange Property (prop1)
${date:now:yyyy-MM-dd}Current Date/Time with format
${property. SAP_MessageProcessingLogID}Message Guid
${CamelFileName}File Name
${CamelHttpUri}HTTP URI (URL with QueryString)
${CamelDestinationOverrideUrl}SOAP Adapter URL
${exception.message}Error Message
${exception.stacktrace}Error Stacktrace
${SapMessageId}XI Adapter: Message Id (uppercase, w/out dashes)
${SapMessageIdEx}XI Adapter: Message Id (lowercase, with dashes)
${header.SAP_DataStoreRetries}XI Adapter using Datastore: Retry Count
${header. SAPJMSRetries}JMS Retry Count
Print Friendly, PDF & Email

Comments are closed.