<?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 Related in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-related/m-p/1532155#M243115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;  A simple program to meeting your requirement would be as mentioned below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The Output file can be saved in the application Server, which can be accessed by the third party system.&lt;/P&gt;&lt;P&gt;  1. Reteieve the data required for your purpose into an internal table.&lt;/P&gt;&lt;P&gt;  2. Use OPEN_DATASET command to open a file in the application server with mode as output... click the link below to know more about OPEN_DATASET.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3c99358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3c99358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  2. Use the TRANSFER Command to tranfer all the records of your internal table to the application server.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3d35358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3d35358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  3. Now close the file Using CLOSE_DATASET command&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3d1b358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3d1b358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jul 2006 19:03:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-27T19:03:41Z</dc:date>
    <item>
      <title>Interface Related</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-related/m-p/1532153#M243113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to create an interface(report) to Extract the data from SAP and send it to a third party system on a weekly basis, when the report which will be created for this particular interface is executed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2006 18:30:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-related/m-p/1532153#M243113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-27T18:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Interface Related</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-related/m-p/1532154#M243114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on the third party system that you need to send data. If the external system supports IDOCs then you can create an IDOC using fm MASTER_IDOC_DISTRIBUTE and send it to the system else it the external systems reads flat files then maintain a common directory and prepare a flat file in your program and place the file in the directory which is reachable by your external system.&lt;/P&gt;&lt;P&gt;Or you can even maintain a common FTP location for file exchange.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2006 18:49:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-related/m-p/1532154#M243114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-27T18:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Interface Related</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-related/m-p/1532155#M243115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;  A simple program to meeting your requirement would be as mentioned below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The Output file can be saved in the application Server, which can be accessed by the third party system.&lt;/P&gt;&lt;P&gt;  1. Reteieve the data required for your purpose into an internal table.&lt;/P&gt;&lt;P&gt;  2. Use OPEN_DATASET command to open a file in the application server with mode as output... click the link below to know more about OPEN_DATASET.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3c99358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3c99358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  2. Use the TRANSFER Command to tranfer all the records of your internal table to the application server.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3d35358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3d35358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  3. Now close the file Using CLOSE_DATASET command&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3d1b358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3d1b358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2006 19:03:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-related/m-p/1532155#M243115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-27T19:03:41Z</dc:date>
    </item>
  </channel>
</rss>

