cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Data Intelligence Replication

0 Likes
622

Hi All,

Can someone help me providing the expression format in replication in SAP DI while trying to replicate tables from one system to other ?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

jimgiffin
Product and Topic Expert
Product and Topic Expert
0 Likes

This help page gives the options for the Expression column:

https://help.sap.com/docs/SAP_DATA_INTELLIGENCE/1c1341f6911f4da5a35b191b40b426c8/6c0ed1f272c24d2c81b...

Enable the Expression field and add the value(s). For example:

  • String constant surrounded by single quotes
  • Numeric constant such as 123, 123.45
  • Functions:
    • CURRENT_UTCDATE
    • CURRENT_UTCTIME
    • CURRENT_UTCTIMESTAMP
0 Likes

Hi James,

Do you have any example for the expression to avoid null values? Or Atleast how to right the correct expression.

Thanks