Hi All,
Can anyone help to insert multiple records which is available in an
XMLString.Basically couuld you please suggest an Flow Steps for my task.
Since i am new to this , looking forward your reply from all,
My XMLString:
<prlnno>10<prlnno>
<price>230</price>
<prlnno>20<prlnno>
<price>890</price>
So basically above content should be inserted in an Table which has the fields as follows:
Table name : WMPRDT
Field name : prlnno,price
and my output should be , Record must be inserted as Two Rows liks as follows,
prlnno price
Row1 : 10 230
Row2 : 20 890
Hanging on this for long time ,
regards
Brick