Skip to main content

List of Tools Used for SAP Integration

 IntelliJ

NWDS

VS Code

Xpath checker

CPI helper

CPI script online


Comments

Popular posts from this blog

CPI Groovy scripts mostly used

Convert xml to json This is mostly not required as we have standard step to convert the xml to json. In some cases, we might need to go for groovy script to handle this issue.  Remove nodes with condition This is to get the input and apply condition to remove the nodes from the input file. < root > < emp > Test </ emp > </ root > Merge two xmls  One example here would be let us say you fetch the data from two endpoint and finally, you want to merge these two, hence groovy script is used.