<?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: Inbound processing to SAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-to-sap/m-p/8551723#M1658247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply. You have mentioned to 'transfer the data to AL11'. How do you transfer data to AL11? thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praboo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Feb 2012 05:30:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-20T05:30:57Z</dc:date>
    <item>
      <title>Inbound processing to SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-to-sap/m-p/8551721#M1658245</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;Need yor take on this. We might need to interface data from a third party into SAP HR infotypes. What is teh best practise in doing so? Can we import the text data directly from a FTP server? Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 04:04:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-to-sap/m-p/8551721#M1658245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-20T04:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound processing to SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-to-sap/m-p/8551722#M1658246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praboo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simple and easy method with good Mobility &amp;amp; tracking is through AL11.&lt;/P&gt;&lt;P&gt;Trasnfer the Third party data to AL11 (Application Server)&lt;/P&gt;&lt;P&gt;Then read them and have the data in your structures and do what ever you want when you have the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use the below mentioned function module to trigger your interface program whenever there is a data insertion in the AL11 folder.&lt;/P&gt;&lt;P&gt;BP_EVENT_RAISE &lt;/P&gt;&lt;P&gt;So that your program will automatically trigger and do the rest of the thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these links for more help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;link farm removed&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suhas Saha on Feb 20, 2012 11:36 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 04:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-to-sap/m-p/8551722#M1658246</guid>
      <dc:creator>Venkat_Sesha</dc:creator>
      <dc:date>2012-02-20T04:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound processing to SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-to-sap/m-p/8551723#M1658247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply. You have mentioned to 'transfer the data to AL11'. How do you transfer data to AL11? thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praboo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 05:30:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-to-sap/m-p/8551723#M1658247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-20T05:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound processing to SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-to-sap/m-p/8551724#M1658248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do this by Interface using Proxy  ie through SPROXY transaction .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this requires XI ( PI ) help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards , &lt;/P&gt;&lt;P&gt;Sijin K P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 06:26:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-to-sap/m-p/8551724#M1658248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-20T06:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound processing to SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-to-sap/m-p/8551725#M1658249</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;Unfortunately, we are not using XI here. We have done a couple of outbound interface to the ftp server but never an inbound. Any other suggestion? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 06:43:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-to-sap/m-p/8551725#M1658249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-20T06:43:16Z</dc:date>
    </item>
  </channel>
</rss>

