Skip to main content
Inspiring
November 30, 2007
Answered

Pulling data from SAP ERP system into ColdFusion

  • November 30, 2007
  • 3 replies
  • 1737 views
Has anyone tried to pull data from SAP ERP system into ColdFusion?
Are there any documentation on how to do this?

Any help and suggestions would be much appreciated.

    This topic has been closed for replies.
    Correct answer mohadi
    Thanks Rob,

    You are right. I don't know Java and when I looked at JCo stuff, I got all confused.
    Thnaks for recommending bTalk. I will be talking to them soon.

    3 replies

    Participating Frequently
    December 6, 2007
    Participating Frequently
    December 6, 2007
    Hi Mo,

    If you don't know Java, working with the JCO stuff is probably going to be painful. I know a few people at Macromedia/Adobe have done it. That said, if you have budget, you might want to look at third party connectors. Here's one that works specifically with ColdFusion that I've read many people have used successfully:

    http://www.pipelinesoftware.com/psi/pipeline_btalk.jsp
    mohadiAuthorCorrect answer
    Inspiring
    December 6, 2007
    Thanks Rob,

    You are right. I don't know Java and when I looked at JCo stuff, I got all confused.
    Thnaks for recommending bTalk. I will be talking to them soon.
    Participating Frequently
    December 6, 2007
    Hi Mo,

    There are several ways to do this. One is to use web services if your SAP instance is using NetWeaver and has web services enabled. Baring that, you might want to look at SAP's Java Connector (JCo). It's a set of Java API's that you can connect to (with CF) that allows you to execute SAP RFC's and BAPI's.

    Hope that helps...
    mohadiAuthor
    Inspiring
    December 6, 2007
    Thanks Rob,

    I was hoping that I could find a step by step instructions on how to Connect the Java APIs with ColdFusion.
    I know this process has been done using JSP by someone at our company, but I didn't know how I can coonect to CF.

    Any guidance would be much appreciated.