SAP CPI global variables property commently used. dynamicall used.

Commonly Used Functions When designing integration content, you come across common questions such like how to get the current system time (for example). The following table explains how to solve such common problems. How to ... Solution Get current system time Use the following expression: ${date:now:yyyy-MM-dd HH:mm:ss} The following blog shows how to store the system time as variable (to make it available for another integration flow on the same tenant): Cloud Integration – Using the JDBC Adapter to Implement a Robust Scenario that Handles an Exception Get file name when using the SFTP adapter Use the header CamelFileName in the expression: ${header.CamelFileName} . More information: Headers and Exchange Properties Provided by the Integration Framework Get exception raised by the Camel framework Use the following expression: ...