Skip to Content
0
Sep 23, 2008 at 06:53 PM

Remove empty nodes in the target structure

72 Views

Hi,

My scenario is IDoc-XI-JDBC.

For one IDoc I need to update data in 4 tables. But if idoc contains ATWRT node then it should update 4 tables if not only first two tables.

For the statement 3 and 4, i have done the following mapping.

[ATWRT] [collapseContexts] -[exists]-- [if then] [statement3]

but in the target sturcture I am getting blank node as following:

<statement3/>.

And because of this blank statement JDBC Adapter is throwing an error.

Can anyone help me how to remove this blank node from target structure.