<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Ecommerce - SAP interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecommerce-sap-interface/m-p/9224215#M1717764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's&amp;nbsp; great !!!&lt;/P&gt;&lt;P&gt;To do this I was going to use &lt;SPAN style="color: #292c33; font-family: Arial, sans-serif;"&gt;Woocommerce&amp;nbsp; REST API to connect to SAP Business One&lt;/SPAN&gt; ,&lt;/P&gt;&lt;P&gt;do we have any other better alternative to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Warm Regards&lt;/P&gt;&lt;P&gt;Ajay Nayak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Apr 2014 18:56:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-04-11T18:56:01Z</dc:date>
    <item>
      <title>Ecommerce - SAP interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecommerce-sap-interface/m-p/9224207#M1717756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need your expertise in designing the interface. We are designing a web application for customers to order online. Later these orders willbe uploaded to SAP.&lt;/P&gt;&lt;P&gt;We are planning for customers to view the realtime pricing. Inorder to acieve this we can make RFC call or upload the entire pricing logic/tables everyday in the web application . Ideally we would like to make webservice calls to SAP for pricing but considering the performance perspective in calling RFC function for pricing of each item, we are looking at the file transfers . Could you please suggest any the best option to handle pricing in SAP/Web interface? Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 20:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecommerce-sap-interface/m-p/9224207#M1717756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-27T20:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ecommerce - SAP interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecommerce-sap-interface/m-p/9224208#M1717757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why would you want to reinvent the wheel? Why not just implement and customize SAP E-Commerce instead? SAP E-Commerce is pretty customizable since it's a Java based application. If you go the custom route, you are looking at couple of months of implementation effort, at least. Sure there are Web Services and APIs to interface with the backend. Some of the APIs are remote-enabled and others can be made remote-enabled but even then you are looking at implementing the UI, local webshop database, etc. Once you have implemented the custom solution you have to maintain it, keep updating it when SAP changes, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you choose SAP E-Commerce, you have a wide choice of implementation partners and once implemented, it is easier to get support when you need it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 21:15:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecommerce-sap-interface/m-p/9224208#M1717757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-27T21:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ecommerce - SAP interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecommerce-sap-interface/m-p/9224209#M1717758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unless your prices change more than once daily, I'd agree that making an RFC call for every item would not be efficient. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use Magento for ecommerce and prices are maintained on the web site. I believe they're uploaded manually from a file and file is created using standard SAP transactions (at least we didn't write any custom programs for it). But our prices change infrequently and also we don't have very robust pricing structure (scales, etc.).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 21:27:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecommerce-sap-interface/m-p/9224209#M1717758</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2013-01-02T21:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ecommerce - SAP interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecommerce-sap-interface/m-p/9224210#M1717759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One very popular (and the most cost effective) approach is to use Magento as your eCommerce front end.&amp;nbsp; That takes care of all of your user experience requirements.&amp;nbsp; Depending on the complexity and timeliness requirements for the interactions with SAP, the simplest solution is to set up a family of batch programs to synchronize pricing and place orders.&amp;nbsp; However, we've found that while SAP integration requirements usually start out innocently enough, they usually grow in complexity pretty quickly.&amp;nbsp; In short order, your customers will not only want accurate pricing information, but inventory, credit checking, tax calculating, variable freight selection, order tracking, order history, invoices etc. &lt;SPAN style="color: #ff0000; font-size: 12px; background-color: #ffffff;"&gt;&amp;lt;&amp;lt;Removed by Moderator&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sam Bayer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Marcelo Ramos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 13:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecommerce-sap-interface/m-p/9224210#M1717759</guid>
      <dc:creator>sam_bayer</dc:creator>
      <dc:date>2013-01-03T13:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ecommerce - SAP interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecommerce-sap-interface/m-p/9224211#M1717760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jelena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am assuming that yours is a B2C ecommerce implementation where prices may indeed be very simple and static and can be reproduced from SAP onto the Magento platform.&amp;nbsp; I also suspect that you're website is fairly low traffic and volume.&amp;nbsp; Otherwise, issues of inventory management and order tracking would become significant integration issues for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Building the do-it-yourself interface for Magento/SAP integration for the B2B eCommerce scenario is not a trivial project and has caused many a project team to abandon their efforts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 13:35:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecommerce-sap-interface/m-p/9224211#M1717760</guid>
      <dc:creator>sam_bayer</dc:creator>
      <dc:date>2013-01-03T13:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ecommerce - SAP interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecommerce-sap-interface/m-p/9224212#M1717761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 13:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecommerce-sap-interface/m-p/9224212#M1717761</guid>
      <dc:creator>sam_bayer</dc:creator>
      <dc:date>2013-01-03T13:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ecommerce - SAP interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecommerce-sap-interface/m-p/9224213#M1717762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 15:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecommerce-sap-interface/m-p/9224213#M1717762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-11T15:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Ecommerce - SAP interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecommerce-sap-interface/m-p/9224214#M1717763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The infrastructure is all in place to support woocommerce or any other eCommerce application that allows for web services calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 17:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecommerce-sap-interface/m-p/9224214#M1717763</guid>
      <dc:creator>sam_bayer</dc:creator>
      <dc:date>2014-04-11T17:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ecommerce - SAP interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecommerce-sap-interface/m-p/9224215#M1717764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's&amp;nbsp; great !!!&lt;/P&gt;&lt;P&gt;To do this I was going to use &lt;SPAN style="color: #292c33; font-family: Arial, sans-serif;"&gt;Woocommerce&amp;nbsp; REST API to connect to SAP Business One&lt;/SPAN&gt; ,&lt;/P&gt;&lt;P&gt;do we have any other better alternative to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Warm Regards&lt;/P&gt;&lt;P&gt;Ajay Nayak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 18:56:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecommerce-sap-interface/m-p/9224215#M1717764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-11T18:56:01Z</dc:date>
    </item>
  </channel>
</rss>

