Hi Expert,
we are using the standard Material Idoc to JDBC secerial. and want to filter some plant in MARCM sgement. and one idoc may have several MARCM segment.
we using like this
werks = x --> removecontext --> createIF -->JDBC Statement.
now it is working fine and we can block those MARCM segment for werks not what we want.
but now we change the standard idoc's Occurrence maxoccurs = "unbounded". And we use collect idoc when sendout IDoc. So we weill received severial IDOC in one message. now the filter is not working. It seems they will not do the right filter. they will only choose the right number of sgement from the begging and delete all others. no matter if they are right.
Could anybody give me a light on how to fix this?
thanks.