<?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: Interfaces in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/3180020#M757088</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;INTERFACE &lt;/P&gt;&lt;P&gt;Programs are the ones which are run at regular intervals, say weekly, monthly or even daily. Here the legacy system continues to co-exist along with SAP system, the legacy system might be useful for certain functionalities but the data might have to run thru SAP transactions for complex data maintenance at regular intervals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTERFACES is Converting Flat File into SAP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface Program&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/64/be5b4150b38147e10000000a1550b0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/64/be5b4150b38147e10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if helpful....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rakesh&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Dec 2007 15:28:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-21T15:28:52Z</dc:date>
    <item>
      <title>Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/3180018#M757086</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;Actually i want to know the detailed steps........&lt;/P&gt;&lt;P&gt;How can i extract fields from different  table &amp;amp; convert them into comma seperated file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to know every step for generating file interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 09:46:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/3180018#M757086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T09:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/3180019#M757087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try selecting your fields into an internal table first.&lt;/P&gt;&lt;P&gt;Loop over this table and concatenate all the fields into a big character string separated by a comma. Appemnd the character string to an new internal table which you can download as .csv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 12:50:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/3180019#M757087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T12:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/3180020#M757088</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;INTERFACE &lt;/P&gt;&lt;P&gt;Programs are the ones which are run at regular intervals, say weekly, monthly or even daily. Here the legacy system continues to co-exist along with SAP system, the legacy system might be useful for certain functionalities but the data might have to run thru SAP transactions for complex data maintenance at regular intervals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTERFACES is Converting Flat File into SAP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface Program&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/64/be5b4150b38147e10000000a1550b0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/64/be5b4150b38147e10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if helpful....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rakesh&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 15:28:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/3180020#M757088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T15:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/3180021#M757089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajesh, any information or any kind of documents regarding SAP IS Retail AFS Interface., plz inform me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Dec 2007 07:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/3180021#M757089</guid>
      <dc:creator>former_member197295</dc:creator>
      <dc:date>2007-12-23T07:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/3180022#M757090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 09:48:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/3180022#M757090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T09:48:21Z</dc:date>
    </item>
  </channel>
</rss>

