<?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: problem to send the data in application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-to-send-the-data-in-application-server/m-p/3235098#M771909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt; Use the FM F4_DXFILENAME_TOPRECURSION , this will give you a popup with the folders in the application server.&lt;/P&gt;&lt;P&gt;You can select the folder and secify the file name , then use the opendata set commands to create the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jan 2008 06:52:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-17T06:52:53Z</dc:date>
    <item>
      <title>problem to send the data in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-to-send-the-data-in-application-server/m-p/3235095#M771906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to send the data of internal table to application server through selection screen and in selection screen it should show the path of application server and through that path it should go , if possible give the code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 06:07:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-to-send-the-data-in-application-server/m-p/3235095#M771906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T06:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem to send the data in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-to-send-the-data-in-application-server/m-p/3235096#M771907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For points we give all our code, you wanted &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;p_ufile (pa_uex1(200) LOWER CASE) &amp;lt;&amp;lt; app server path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : wa_file TYPE string,&lt;/P&gt;&lt;P&gt;lv_count TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF NOT p_ufile IS INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET p_ufile FOR OUTPUT IN TEXT MODE.&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;EXIT.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;LOOP AT p_output INTO wa_file. &amp;lt;&amp;lt;&amp;lt; loop at table of data...&lt;/P&gt;&lt;P&gt;TRANSFER wa_file TO p_ufile.&lt;/P&gt;&lt;P&gt;CLEAR wa_file.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;CLOSE DATASET p_ufile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 06:12:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-to-send-the-data-in-application-server/m-p/3235096#M771907</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-01-17T06:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: problem to send the data in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-to-send-the-data-in-application-server/m-p/3235097#M771908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not working i need with the help of selection screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 06:47:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-to-send-the-data-in-application-server/m-p/3235097#M771908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T06:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: problem to send the data in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-to-send-the-data-in-application-server/m-p/3235098#M771909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt; Use the FM F4_DXFILENAME_TOPRECURSION , this will give you a popup with the folders in the application server.&lt;/P&gt;&lt;P&gt;You can select the folder and secify the file name , then use the opendata set commands to create the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 06:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-to-send-the-data-in-application-server/m-p/3235098#M771909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T06:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: problem to send the data in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-to-send-the-data-in-application-server/m-p/3235099#M771910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u plz specify me the code how to use the  FM F4_DXFILENAME_TOPRECURSION , &lt;/P&gt;&lt;P&gt;and how to pass in open dataset&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 07:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-to-send-the-data-in-application-server/m-p/3235099#M771910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T07:06:01Z</dc:date>
    </item>
  </channel>
</rss>

