<?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: Function Module which can create a File...? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-create-a-file/m-p/3411630#M819353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all, what has this to do with object oriented abap?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, there is no way to create a file on the presentation server while the program is running in background. Running in background, the report does not have a connection to sapgui.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create files on the application server using open dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2008 11:50:23 GMT</pubDate>
    <dc:creator>rainer_hbenthal</dc:creator>
    <dc:date>2008-02-11T11:50:23Z</dc:date>
    <item>
      <title>Function Module which can create a File...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-create-a-file/m-p/3411628#M819351</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;&lt;/P&gt;&lt;P&gt;I need a function a module which can create a file in a specified directory with a specified name from an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically a function module which will have following input  parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File name &lt;/P&gt;&lt;P&gt;Directory &lt;/P&gt;&lt;P&gt;Field Delimiter&lt;/P&gt;&lt;P&gt;Internal table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg; GUI_DOWNLOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this Function Module doesn&amp;#146;t work in the back ground.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chaitu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 11:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-create-a-file/m-p/3411628#M819351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T11:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module which can create a File...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-create-a-file/m-p/3411629#M819352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chaitanya,&lt;/P&gt;&lt;P&gt;     I couldn't find a function module which will help for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead there is some other alternate solution for that one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) u can use open dataset to create a file name and store in the application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) using transaction CG3Z - u can transfer a file from the front end to the application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 11:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-create-a-file/m-p/3411629#M819352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T11:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module which can create a File...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-create-a-file/m-p/3411630#M819353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all, what has this to do with object oriented abap?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, there is no way to create a file on the presentation server while the program is running in background. Running in background, the report does not have a connection to sapgui.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create files on the application server using open dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 11:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-create-a-file/m-p/3411630#M819353</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2008-02-11T11:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module which can create a File...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-create-a-file/m-p/3411631#M819354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chaitu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if there is a function module or class available for download on application server.&lt;/P&gt;&lt;P&gt;However, Rainers answer appears to be not fully correct:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Download Data from Application Server Files to Presentation Server|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0901cba-f49e-2910-748c-d7ce4c0c4c1c]&lt;/P&gt;&lt;P&gt;[Communication to Presentation Server in Background Mode|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9831750a-0801-0010-1d9e-f8c64efb2bd2]&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;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 04:49:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-create-a-file/m-p/3411631#M819354</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-02-18T04:49:54Z</dc:date>
    </item>
  </channel>
</rss>

