on 2016 Sep 13 3:29 PM
Hello!
I have ABAP Proxy to JDBC asynchronous scenario.
SAP PI 7.4 single stack.
Elements with line feed (i.e. <BPFullName>Sample Name
</BPFullName> ) are sometimes sent from sender system.
These line feed symbols are converted to real line feeds after mapping (instead of 
 ).
Our JDBC receiver gives error in this case because SQL statement becomes separated into two lines:
java.sql.SQLException: Found a quote for which there is no matching quote.
I know that this issue is solved when value is escaped by CData like this:
<fname><![CDATA[line_1
line_2]]></fname>
Please tell me how to wrap some element into CDATA using graphical mapping.
Best regards,
Andrey Petin
Request clarification before answering.
Hi Andrey,
You can concat the original value with "<![CDATA[" and "]]>" in grapical map to add the Cdata segment.
Hope this will help.
Regards,
Suman
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
31 | |
9 | |
8 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.