cancel
Showing results for 
Search instead for 
Did you mean: 

How to do Purchase Order Validation in SAP CPI ?

prathmesh009
Explorer
0 Kudos

Hello experts,

I am new to cloud integration and trying to simplify my approach towards mentioned requirements.

Please suggest if any other simple ways to achieve it.

Requirements :

Want to fetch XML data from both systems (via FTP and one from Odata) and between those two xml payload i need to compare nodes of ProductID from both payloads and if their values are same return true Boolean value.


Please suggest if any other simple ways to achieve it.


What i did which is not working properly [Step by step] | My Approach :

  • Pick data via FTP adapter.
  • Fetch data from Odata
  • Used Content Enricher (To merge both payloads)
  • XSLT to compare Nodes and return Boolean value <ProductID_ECC>12345</ProductID_ECC> should compare with <ProductID_ByD>12345</ProductID_ByD>
  • Router
  • if True Trigger mail else Error
  • End Scenario.

Best Regards

Prathmesh Sutar

View Entire Topic
former_member666312
Active Participant
0 Kudos

Hi Prathmesh,

it seems all fine ,we can use content enricher with enrich option and provide xpath. if it mat.ches then only output from odata will be added.

Best regards,

Vijay