cancel
Showing results for 
Search instead for 
Did you mean: 

Reversed chracter in sap pi

Former Member
0 Kudos

Hi all,

I know the & is reserved character in XML. actually '&' character having in my fixvalue in ESR.

i need to send & in between some text to receiver side.

what i suppose to do. ?

thanks and regards

Anup Banerjee

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184681
Active Contributor
0 Kudos

Hi Anup,

This should be simple: instead of "&" itself, use "&", which is a sort of a "code" that produces the special character. See more here: http://www.devx.com/tips/Tip/14068

Regards,

Greg

Former Member
0 Kudos

thanks for your reply,

i have already tried ,

Required value is A&B

i have given A&B in fix value in value column.

when iam testing in message mapping getting value is a&b

and for end to end testing getting the valus as a&b

please help me out on this.

thanks and regards,

Anup Banerjee

former_member184681
Active Contributor
0 Kudos

So you have at least two more options: put the "&" straight into fix value, in value column; or put it there as "&" which could also work.

Regards,

Greg

Former Member
0 Kudos

when iam giving straight value A&B it converted as A&B

And when giving A&#38B; it converted as A&B

It converts &#38 with occurrence of & .

Is there any different solutions..?

thanks and regards,

Anup Banerjee