<?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 with file path in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550085#M1429398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi raju, perhaps you should have cleared this at the start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you cant directly execute a file of AS on PS.&lt;/P&gt;&lt;P&gt;what you can do is--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read file on AS using&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN DATASET FNAME FOR OUTPUT IN TEXT MODE ENCODING DEFAULT   "" path on application server. write "output mode" for writing data into file&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use GUI_DOWNLOAD to save it on your PS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;finally you use the solution in previous posts to execute the same file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; this would not work for all kinds of file types i am afraid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sumit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Feb 2010 06:44:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-18T06:44:39Z</dc:date>
    <item>
      <title>problem with file path</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550075#M1429388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just capture the file path using fm f4_filename into one filed , then i displayed file path  in a report. my requirement is when ever i click on that particular file path ,need to open that file and show .  is there any option to open file path .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 11:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550075#M1429388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T11:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: problem with file path</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550076#M1429389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to directly open a particular file from the presentation server, you could pass the file path to the method&lt;/P&gt;&lt;P&gt;cl_gui_frontend_services=&amp;gt;execute&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 11:52:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550076#M1429389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T11:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: problem with file path</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550077#M1429390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO . u can process the file u can not open the file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 11:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550077#M1429390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T11:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: problem with file path</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550078#M1429391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my requirement is open that particular file and show . is there any solution for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 11:59:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550078#M1429391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T11:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem with file path</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550079#M1429392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes u can raju,&lt;/P&gt;&lt;P&gt;in at user command event, write the following code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;path = &amp;lt;from f4_filename fm&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL METHOD cl_gui_frontend_services=&amp;gt;execute
EXPORTING
document = PATH      " take it as type string
minimized = 'X'       " dont pass anything if u dont want to minimize it..
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sumit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sumit Nene on Feb 16, 2010 1:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 11:59:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550079#M1429392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T11:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem with file path</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550080#M1429393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please search in SCN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 12:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550080#M1429393</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-02-16T12:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: problem with file path</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550081#M1429394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;You can use the class  CL_GUI_FRONTEND_SERVICES=&amp;gt;FILE_open_DIALOG to open that file but here again you need to split the file path into different variable as per your req.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 14:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550081#M1429394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T14:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem with file path</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550082#M1429395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sumit Nene's reply is correct. I just checked it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 15:21:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550082#M1429395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T15:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem with file path</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550083#M1429396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you  to &lt;/P&gt;&lt;P&gt;Erik Peterson, Sumit Nene  and all . my problem was solved.thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 05:29:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550083#M1429396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-17T05:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem with file path</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550084#M1429397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all&lt;/P&gt;&lt;P&gt;                my file is on application server . how can i open that particular file .I used CL_GUI_FRONTEND_SERVICES=&amp;gt;EXECUTE, hopefully it is for presentation server . just give some idea about application server file. thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 09:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550084#M1429397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-17T09:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: problem with file path</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550085#M1429398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi raju, perhaps you should have cleared this at the start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you cant directly execute a file of AS on PS.&lt;/P&gt;&lt;P&gt;what you can do is--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read file on AS using&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN DATASET FNAME FOR OUTPUT IN TEXT MODE ENCODING DEFAULT   "" path on application server. write "output mode" for writing data into file&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use GUI_DOWNLOAD to save it on your PS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;finally you use the solution in previous posts to execute the same file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; this would not work for all kinds of file types i am afraid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sumit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 06:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-file-path/m-p/6550085#M1429398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T06:44:39Z</dc:date>
    </item>
  </channel>
</rss>

