cancel
Showing results for 
Search instead for 
Did you mean: 

Special character "&" in JDBC receiver - length problem

Former Member
0 Kudos

Hi,

Scenario: IDOC -- - XI --- JDBC (insert) (Message Protocol: XML Sql format)

I have used JAVA mapping to replace "&" with "& amp;" in payload and sending the XML to JDBC receiver.

However, interface fails due to additional characters "amp;" which is causing the field length (exceeded) issue.

Please help.

Mallik

Edited by: mallik kancharla on Feb 3, 2010 7:46 PM

Edited by: mallik kancharla on Feb 3, 2010 7:47 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

As specified by you hope there is no space between & and amp........

Cross Check it

HTH

Rajesh

former_member200962
Active Contributor
0 Kudos

I think the JAVA mapping should be designed to pass & as it is and not convert it into &amp.....you should refer the mapping shown here: http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/9420 [original link is broken] [original link is broken] [original link is broken]

Regards,

Abhishek.