cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CPI-DS Scripting

itabhishek9
Participant
0 Kudos

Hi SDNites,

Is it possible to use scripting while mapping or it is only limited to preload and postload scripts. If it is possible, can you please provide a simple example.

Accepted Solutions (0)

Answers (2)

Answers (2)

btiruveedula
Explorer
0 Kudos

Hi Abhishek,

Did you get answer for your question ?

I am too facing the same requirement, and looking for answer for this.

In SAP Help, it was mentioned that "In the Process Editor, you can create a script.". But I don't find that option anywhere in Process Editor.

If you able to resolve your query, please help me by sharing the answer.

Thank you.

jeffrey_kresse
Employee
Employee
0 Kudos

Functions can be used in mapping. Variables can be compared or evaluated, but the values cannot be set during a mapping. https://help.sap.com/viewer/dab65b1584e04026a132a06a711e3f5a/Cloud/en-US/57621a026d6d1014b3fc9283b0e...

For a very simple example, the mapping below will standardize text to lower case.

lower(Table.column_name)