<?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: save file on development application server from quality using open dataset in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-file-on-development-application-server-from-quality-using-open-dataset/m-p/7105979#M1509121</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;Check with basis team, they can able to put the file in the same path in quality 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;Preetham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jun 2010 09:58:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-29T09:58:40Z</dc:date>
    <item>
      <title>save file on development application server from quality using open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-file-on-development-application-server-from-quality-using-open-dataset/m-p/7105975#M1509117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i m using the 'OPEN DATASET' command to write the file on application server. i tested the program it is running fine on &lt;/P&gt;&lt;P&gt;development server. &lt;/P&gt;&lt;P&gt;now when i m running on quality system i need to save the file on same path which i was using on development server i.e. i have to use the development application server path to save the file. but when i m doing this i m not able to save the file. i have define the path like this it is development apllication server IP : '&lt;BR /&gt;87.65.298.645\master\master_input.txt'&lt;/P&gt;&lt;P&gt;pls can u explain me why i m not able to save the file from quality server to development application server? is it possible to do this? the way i have define the path is right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regads,&lt;/P&gt;&lt;P&gt;Vicky.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 06:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-file-on-development-application-server-from-quality-using-open-dataset/m-p/7105975#M1509117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-29T06:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: save file on development application server from quality using open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-file-on-development-application-server-from-quality-using-open-dataset/m-p/7105976#M1509118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I don't think you will be able to place the file on application server of develoment system from your quality system using OPEN_DATASET. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 06:48:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-file-on-development-application-server-from-quality-using-open-dataset/m-p/7105976#M1509118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-29T06:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: save file on development application server from quality using open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-file-on-development-application-server-from-quality-using-open-dataset/m-p/7105977#M1509119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks suresh for ur reply.&lt;/P&gt;&lt;P&gt;can u tell me any other way to do this.&lt;/P&gt;&lt;P&gt;i have checked the GUI_DOWNLOAD fm also using that i can do this, but i need to run this program only in background. and GUI_DOWNLOAD won't suppot for background run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;vicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 07:01:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-file-on-development-application-server-from-quality-using-open-dataset/m-p/7105977#M1509119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-29T07:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: save file on development application server from quality using open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-file-on-development-application-server-from-quality-using-open-dataset/m-p/7105978#M1509120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the best way would be write the data onto Quality application server adn then with in the same program by using FTP_CONNECT FMs place it to the application server of Development system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 08:25:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-file-on-development-application-server-from-quality-using-open-dataset/m-p/7105978#M1509120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-29T08:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: save file on development application server from quality using open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-file-on-development-application-server-from-quality-using-open-dataset/m-p/7105979#M1509121</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;Check with basis team, they can able to put the file in the same path in quality 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;Preetham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 09:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-file-on-development-application-server-from-quality-using-open-dataset/m-p/7105979#M1509121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-29T09:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: save file on development application server from quality using open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-file-on-development-application-server-from-quality-using-open-dataset/m-p/7105980#M1509122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear Preetham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i don't want to save the file on quality server bacause of some security issues. i want to save it only on development application server. so pls suggest how to do this from quality server. and how basis person can help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;vicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 10:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-file-on-development-application-server-from-quality-using-open-dataset/m-p/7105980#M1509122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-29T10:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: save file on development application server from quality using open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-file-on-development-application-server-from-quality-using-open-dataset/m-p/7105981#M1509123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to move file (created) in Quality to development using UNIX command in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unix command-Move it tp script&lt;/P&gt;&lt;P&gt;script =  &lt;STRONG&gt;mv&lt;/STRONG&gt; space "Quality path with filename" space "devleopment path with file name".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then call unix command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;                  LINE(200),&lt;/P&gt;&lt;P&gt;                END OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;CALL 'SYSTEM' ID 'COMMAND' FIELD script&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;ID 'TAB' FIELD ITAB-&lt;/STRONG&gt;SYS*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 09:39:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-file-on-development-application-server-from-quality-using-open-dataset/m-p/7105981#M1509123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-30T09:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: save file on development application server from quality using open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-file-on-development-application-server-from-quality-using-open-dataset/m-p/7105982#M1509124</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;Please someone help me to solve this problem. Anyone have any idea about how to run the batch file on application server from user system using ABAP program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;vicky.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: vicky on Jul 19, 2010 8:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jul 2010 07:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-file-on-development-application-server-from-quality-using-open-dataset/m-p/7105982#M1509124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-17T07:04:00Z</dc:date>
    </item>
  </channel>
</rss>

