Hi Experts,
I am using multimapping in my file to IDoc scenario. My file will be in two formats:: File_1.csv && File_2.csv. If I get "1" in file then I need to map with one message type and if file contains "2" then I need to map with other message type in mapping. I am using dynamic configuration to get the file name and using it in condition.
My problem is: whenever I get file name like File_1.csv, my mapping should works only for Message Type 1. And the second message type should not create.
So please give me some UDF code how do I suppress the second mapping. Only one message should be executed.