cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Values for condition editor in XPath Expression

Former Member
0 Kudos

Dears,

I have attached the required condition which i have setup in the condition editor which is attached for your reference. my requirement is to merge first condition and last condition into one condition there are more then hundred values into one single field.

I tried using like '6117' or '6118' in field to_werks with single or multiple commas into one field buts its not working.

Please suggest your valuable input.

Regards

Laxmi

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member190293
Active Contributor
0 Kudos

Hi Laxmi!

Another option is to try something like this:

/ZINVENTORY/IDOC/ZART_STOCK[contains(' 6117 6118 ', TO_WERKS)] EX

Regards, Evgeniy.

former_member190293
Active Contributor
0 Kudos

Hi Laxmi!

I guess that's what Extended Receiver Determination is made for. You can use advantages of graphical mapping with java enhancements or even pure java or XSLT mapping to build the list of receivers.

https://wiki.scn.sap.com/wiki/display/SI/Step+by+Step+guide+to+Explain++Enhanced+Receiver+Determinat...

Regards, Evgeniy.