Hi,
I have a source Idoc and the target should be Idoc XML. I have mapping for this as we have to suppress a few segments based on certain condition.
Source structure is as below
Idoc
-->SegA1(1..1000)
----->SegB1(1..100)
--------->SegC1(0..100)
--------------->VKORG(0..1)
---------------->ZFLAG(0..1)
Target structure is also same.
Condition : If VKORG=3000 then check for ZFLAG, if ZFLAG exists then suppress the corresponding SegC1 in the Target.
I have tried with UDF's and graphical mapping. It doesnt seems to be simple as it looks. Please help.