Hi Experts,
I have a source structure as below :
<ns0:MT_Test>
<RowsetElec>
<CallID/>
<WAMOrderNumber/>
<Number/>
<ID/>
<Name/>
</RowsetElec>
<RowsetGas>
<CallID/>
<WAMOrderNumber/>
<Number/>
<ID/>
<Name/>
</RowsetGas>
</ns0:MT_MT_Tes>
I need to generate multiple idocs ( Idoc occurence set as 0..unb) depending upon the occurence of <RowsetElec> and <RowsetGas> without using multimapping.
I tried with standard function but was unsuccessful. Could anyone please provide an alternative for this.