Hello All,
I have to filter ORGID based on Qualifier and populate target node. Here I am getting list values and this has to be done in BPM mapping.
I tried to use IF deprecated which works with List values and not just individual String but I get error.
I tried to use Generic function Filter which filters based on condition, but it gives me run-time error.
Mapping failed
java.lang.IllegalArgumentException: Filter criteria could not be parsed: 008
com.sap.mapping.lib.execution.api.exception.TExecutionException
at GenericFilter( StandardInvocation:invoker )
Any idea how can I achieve it ?
Thanks,
Pragya