Posts

Showing posts from December, 2024

SAP CPI - Gather Config

Image
  Source xml Format is : <root>      <record></record>      <record></record>      <record></record> </root> and the result xml after Gather process is : <records>     <record></record>     <record></record> </record>