cancel
Showing results for 
Search instead for 
Did you mean: 

Xpath expression in receiver determination

Former Member
0 Kudos

Hi,

I have a scenario where i am dertermining receiver using XPath condtion in receiver determination.

According to my requirement i have to use last 4 characters from the input.

Can anybody explain me how to use substring condition in Xpath in PI 7.1.

Thanks and Regards,

SaiPriya.

Accepted Solutions (0)

Answers (2)

Answers (2)

samiullah_qureshi
Active Contributor
0 Kudos

You can use Contains Pattern(CP) operation in ur condition, if u r sure that those four character wont occur anywhere in string but in last.

http://help.sap.com/saphelp_nw70ehp2/helpdata/en/67/49767669963545a071a190b77a9a23/content.htm

Shabarish_Nair
Active Contributor
0 Kudos

ref: /people/shabarish.vijayakumar/blog/2006/06/07/customise-your-xpath-expressions-in-receiver-determination

Former Member
0 Kudos

Hi Vijay,

I am using PI 7.1 and i cannot find the the option to specify xpath expression like it is in XI 3.0

Can u help me on this?

Regards,

SaiPriya.

former_member200962
Active Contributor
0 Kudos

There is an editable section in Receiver Determination's condition Editor ...... same approach is to be used in PI7.1 also

rajasekhar_reddy14
Active Contributor
Former Member
0 Kudos

refer the steps: explained by abhishek

/people/abhishek.salvi/blog/2009/07/15/sap-pi71-receiver-determination-xpath-and-you

chirag

Shabarish_Nair
Active Contributor
0 Kudos

the idea is pretty much the same.

you can use xpath functions and use a substring to get what you need. My blog should help you on that.

and for the usage of the same in 7.1 refer blog number 14946