Posts

Showing posts from 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>

SAP CPI - OData Receiver Adapter causes issue for auto generated key property

Image
  SAP Note: 3000179 Set the message Property  SAP_ODataV2ExcludeAutoKey  to boolean value  true .

SAP CPI - Get HTTP Error Body

Image
Source Url: Getting HTTP Error Body

Rename json key

Reference from: https://stackoverflow.com/questions/13391579/how-to-rename-json-key