<?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 Online Processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/online-processing/m-p/1468056#M220243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;       We have a scenario like , a customer do the payment using the credit card. The credit card details will be fed into SAP system. The SAP system has to check , whether the Card is valid or not i,e it has to communicate with the webservices provided by the Bank's website. If the Card is valid , then the amount will be deducted from the account and the information has to  send back to the SAP system. The SAP system will update the Payment data like Transaction number etc... into its tables.How could be the interface design in this scenario.&lt;/P&gt;&lt;P&gt;We are using SAP XI as a middleware for the communication between SAP and Webservices.&lt;/P&gt;&lt;P&gt;Thanx and Regards,&lt;/P&gt;&lt;P&gt;Durga.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Aug 2006 04:50:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-17T04:50:23Z</dc:date>
    <item>
      <title>Online Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/online-processing/m-p/1468056#M220243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;       We have a scenario like , a customer do the payment using the credit card. The credit card details will be fed into SAP system. The SAP system has to check , whether the Card is valid or not i,e it has to communicate with the webservices provided by the Bank's website. If the Card is valid , then the amount will be deducted from the account and the information has to  send back to the SAP system. The SAP system will update the Payment data like Transaction number etc... into its tables.How could be the interface design in this scenario.&lt;/P&gt;&lt;P&gt;We are using SAP XI as a middleware for the communication between SAP and Webservices.&lt;/P&gt;&lt;P&gt;Thanx and Regards,&lt;/P&gt;&lt;P&gt;Durga.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 04:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/online-processing/m-p/1468056#M220243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T04:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Online Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/online-processing/m-p/1468057#M220244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the blog below on how to consume web services from ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;P&gt;*Please mark useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 08:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/online-processing/m-p/1468057#M220244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T08:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Online Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/online-processing/m-p/1468058#M220245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if the below is the best soln or not but we do use similar sort of approach for our interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As soon as you feed the credit card details into SAP..trigger an IDOC to create a file as customer&lt;EM&gt;date&lt;/EM&gt;time&lt;EM&gt;sap.txt to pass it to the banks website...trigger the checking on the site...get the result as customer&lt;/EM&gt;date&lt;EM&gt;time&lt;/EM&gt;web.txt into XI...XI picks up the file...updates SAP table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 08:26:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/online-processing/m-p/1468058#M220245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T08:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Online Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/online-processing/m-p/1468059#M220246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Durga Prasad,&lt;/P&gt;&lt;P&gt;Credit card processing is fully integrated with SAP&amp;#146;s sales, delivery and billing processes. There is an interface called Payment Card interface (PCI) that is provided by SAP. Based on the information coming in from PCI, you can write you own function modules to create Idocs, RFCs, Flat files etc and pass them over to Web services. If you need a detailed document on PCI, please send me an email and I'll be more than happy to share the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 16:23:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/online-processing/m-p/1468059#M220246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-23T16:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Online Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/online-processing/m-p/1468060#M220247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am interested in the 2 documents on PCI... would be real happy if you could forward the same to palaniappa.mani@wipro.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Palaniappa Mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 09:57:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/online-processing/m-p/1468060#M220247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T09:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Online Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/online-processing/m-p/1468061#M220248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you send me the PCI related doc to my email address at luckymolugu@yahoo.com.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Laxman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 17:49:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/online-processing/m-p/1468061#M220248</guid>
      <dc:creator>laxman_molugu</dc:creator>
      <dc:date>2006-12-07T17:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Online Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/online-processing/m-p/1468062#M220249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help on Credit Card gateways and clearinghouses. Would appreciate if any one can send the detail document of PCI .My email id-kasireddychandu@gmail.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Dec 2006 18:39:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/online-processing/m-p/1468062#M220249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-09T18:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Online Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/online-processing/m-p/1468063#M220250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you please forward the documentations on PCI  to hendykristianto@yahoo.com...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hendy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2006 04:53:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/online-processing/m-p/1468063#M220250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-10T04:53:12Z</dc:date>
    </item>
  </channel>
</rss>

