Integration with SAP PI - XML

Hi everyone,

 

we need to integrate Appian on a cloud instance with SAP PI.

 

Has anyone built such kind of integration?

 

To my understanding SAP PI integrate with other Sap Modules and external System sending an xml, but I am not sure about it

 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    A Score Level 1
    in reply to felixc

    No for the moment the project with this requirement is paused so i didn't investigate more on the solution.

    Meanwhile I have started and completed another project where we had to integrate SAP directly with Appian and we used a Soap integration because SAP's people were not able to create a rest API in SAP.

    Avoid in any way a soap integration.

    Searching the web for SAP PI documentation I found that the supported integration methods are:

    • FTP/SFTP
    • JDBC (sql server/my sql/oracle)
    • Soap/web service calls

    Choose between the first 2 and only if you don't have any chance choose the last one

Children