<?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: Interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/4499811#M1064684</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;try getting your values into an excel sheet from yout software, and then upload that excel sheet into your ABAP program.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;create a transaction with the reqd fields and then using BDC you can upload your excel sheet data into the Database or wherever youu like.&lt;/P&gt;&lt;P&gt;LSMW will also work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Winnie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Sep 2008 06:10:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-25T06:10:18Z</dc:date>
    <item>
      <title>Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/4499810#M1064683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement like my client is using third party software to capture vehicle weights on a weigh bridge. How can i fetch this data into SAP ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nishant Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 06:02:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/4499810#M1064683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T06:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/4499811#M1064684</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;try getting your values into an excel sheet from yout software, and then upload that excel sheet into your ABAP program.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;create a transaction with the reqd fields and then using BDC you can upload your excel sheet data into the Database or wherever youu like.&lt;/P&gt;&lt;P&gt;LSMW will also work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Winnie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 06:10:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/4499811#M1064684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T06:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/4499812#M1064685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nishant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check this Standard program RSFTP007 which uses&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FTP_CONNECT' to connect to their server and download the data to the application server from where you can read the data again into the internal table which can be used for further processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 06:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/4499812#M1064685</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2008-09-25T06:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/4499813#M1064686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Winnie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply but this is not one time activity. Daily lots of vehicles will be coming to the Weigh Bridge (For Sales and Purchase. The third party software will be updating the weights in mysql database (Legacy system). Is there any way to extract data from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 06:27:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/4499813#M1064686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T06:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/4499814#M1064687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain in detail, how to use this program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What RFC destination i have to use? which username and password.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 06:30:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/4499814#M1064687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T06:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/4499815#M1064688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gupta,&lt;/P&gt;&lt;P&gt; Client's 3rd party software stores the result in which format file or DB?&lt;/P&gt;&lt;P&gt;Think whether IDOCs can be used for this.&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;Salini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 06:32:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/4499815#M1064688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T06:32:18Z</dc:date>
    </item>
  </channel>
</rss>

