XSLT Mapping in SAP PI

This blog will explain how to use XSLT mapping in SAP PI. We will implement a simple XSLT mapping program to understand it better.

Let’s say we have a requirement to concatenate the First Name & Last Name to Name Field.

Source XML structure.

XSLT mapping in sap pi

 

 

 

 

Read More

XSLT Mapping or Scripts in SAP CPI

This blog will provide points to consider while choosing XSLT mapping or Scripts in SAP CPI. As such there are no straight guidelines on using one over the other – it depends on the use case.

The integration platform is used to translate between different message formats. These transformations are known as mappings and SAP CPI offers its own set of tools for building them, namely.

  • Message mapping
  • XSLT
  • JavaScript and Groovy scripting

Sometimes it becomes difficult to make the choice between the mappings, In this article, I have come up with some points which can help to choose between XSLT or Scripts in SAP CPI.

Read More

Sort by key in SAP PI

This blog will provide step-by-step guide on how to sort by key in SAP PI. Sometime we get the requirement where incoming data is not properly sorted and data need to be in proper order while sending to target system.

I have listed 2 option here which can be used in SAP PI depending on requirement and structure.

Read More