Manually Wrap Concur REST Response XML to follow SAP PI Message XML namespace
Recent project required make call to Concur REST API using PI REST adapter, get REST XML response, then do further processing. The REST XML response do not conform with message type/external definition defined, cause problem not able to process further
Message Staging and Logging in AAE
Summary: Diagram from help.sap.com, showing sequence of processing steps in AAE, and various point message can be persisted: Reference: Message Staging and Logging Options in Advanced Adapter Engine of PI/PO 7.3x/7.4 by Vadim Klimov PI/XI: PI 7.3 message version
SAP PI ESR Simple Query Documentation using Powershell
This post demonstrate a way to semi-auto to extract ESR objects into one big XML document, then programmatically parse the xml and create ESR object listing documentation in excel format. This is an easy way to have good overview of
SAP PI Directory API Documentation using Powershell
In current project, explored Directory API web service call to programmatically called in powershell script, query each configuration scenario, get each ID objects and it details, then output to text file. Automated and simplified! Here are the script coding, to
Collection of What's new in SAP Process Orchestration
For easier reference next time: http://scn.sap.com/community/process-orchestration/blog/2015/11/06/what-s-new-in-sap-process-orchestration-75-sp00 http://scn.sap.com/community/process-orchestration/blog/2015/07/10/what-s-new-in-sap-process-orchestration-731-sp16-74-sp11 http://scn.sap.com/community/process-orchestration/blog/2015/04/13/what-s-new-in-sap-process-orchestration-731-sp15-74-sp10 http://scn.sap.com/community/process-orchestration/blog/2015/02/02/what-s-new-in-sap-process-orchestration-731-sp14-74-sp09 http://scn.sap.com/community/process-orchestration/blog/2014/12/18/what-s-new-in-sap-process-orchestration-731-sp13-74-sp08 http://scn.sap.com/community/process-orchestration/blog/2014/08/04/whats-new-in-sap-process-orchestration-731-sp12-74-sp07 http://scn.sap.com/community/process-orchestration/blog/2014/03/31/whats-new-in-sap-process-orchestration–q12014-731-sp1011-74-sp0506 http://scn.sap.com/community/process-orchestration/blog/2013/12/02/whats-new-in-process-orchestration-731-sp0974-sp04 http://scn.sap.com/community/process-orchestration/blog/2013/08/16/whats-new-in-process-orchestration-731-sp0874-sp03 http://scn.sap.com/community/process-orchestration/blog/2013/06/14/sp7-of-sap-netweaver-process-orchestration-731 http://scn.sap.com/community/process-orchestration/blog/2013/03/19/sp6-of-sap-netweaver-process-orchestration-731–what-is-new http://scn.sap.com/community/bpm/blog/2012/11/05/whats-new-in-netweaver-bpm-731-sp05
ASync/Sync Bridge File-RFC-File using Modules at Receiver Adapter
In previous post Async/Sync bridge is established via modules at sender file adapter. This post will perform Async/Sync bridge via modules at receiver RFC adapter. The high level overview still the same: Detailed overview: Now the modules is configured at
ASync/Sync Bridge File-RFC-File using Modules at Sender Adapter
This post demonstrated an example of ASync/Sync bridge using adapter module. High level overview: An input file send asynchronous request to SAP PI, SAP PI route the request to synchronous RFC to return synchronous RFC result. SAP PI route the
SOAP2SOAP – Sync Sender SOAP to Sync Receiver SOAP Currency Web Service
This post demonstrated sync sender SOAP to SAP PI, then PI call another receiver SOAP currency web service, then return the currency exchange rate response back to original SOAP requester. Overview flow: The external web service tested is this free
SOAP2RFC – Sync Sender SOAP to Sync Receiver RFC
This post demonstrate sync sender SOAP adapter to sync receiver RFC adapter. Create ECC function module, a simple function to combine first name and last name. Create below PI ESR objects, and import RFC function module. Create below PI ID
