Hi
I need to write logic in Interface determination. In source file Code field can have values as AB22 or BC22 or CD22 or MX00. There is no mapping for Code in target system.
Source file
Record
Name
Code
Target File
Record
name
I have two message mapping and interface mappings. I want to check substring code = 22 instead of AB22. The reason in future I may get many fields like this. I want to have generic logic.
Note:I dont want to have a condition like (/p1:Record/Code = AB22) OR (/p1:MT_Sender/Code = BC22) OR (/p1:MT_Sender/Code = CD22)