<?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: regarding backup in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-backup/m-p/843857#M44779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey thanks for your reply.&lt;/P&gt;&lt;P&gt;Problem here is,I have few programs and dynpro screens&lt;/P&gt;&lt;P&gt;attached with the programs. so i am thinking of downloading w.r.t packages or dev class.&lt;/P&gt;&lt;P&gt;rather downloading abap prog each time(takes more time).&lt;/P&gt;&lt;P&gt;is it possible?&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2005 13:41:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-04-18T13:41:37Z</dc:date>
    <item>
      <title>regarding backup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-backup/m-p/843855#M44777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;i have few prgms in zxx dev class.now i want to take these prgs backup bcoz our company people wants us to do that in R3 system(as they are going to upgrad or migrate).&lt;/P&gt;&lt;P&gt;How can i take my programs copy in mylocal PC and make use of those programs for future use.&lt;/P&gt;&lt;P&gt;Is there anyway we can just import the dev class(all prgms) into Local PC and later can export to R/3 system when required?&lt;/P&gt;&lt;P&gt;if so could you pls guide me how to do it.&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2005 13:35:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-backup/m-p/843855#M44777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-18T13:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: regarding backup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-backup/m-p/843856#M44778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ambi Chan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the SE38 transaction you have the menu:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Utilities-&amp;gt;More Utilities-&amp;gt;Upload/Download-&amp;gt;Download.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will download your abap to your PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then upload your abap at a later date using the same menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2005 13:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-backup/m-p/843856#M44778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-18T13:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: regarding backup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-backup/m-p/843857#M44779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey thanks for your reply.&lt;/P&gt;&lt;P&gt;Problem here is,I have few programs and dynpro screens&lt;/P&gt;&lt;P&gt;attached with the programs. so i am thinking of downloading w.r.t packages or dev class.&lt;/P&gt;&lt;P&gt;rather downloading abap prog each time(takes more time).&lt;/P&gt;&lt;P&gt;is it possible?&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2005 13:41:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-backup/m-p/843857#M44779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-18T13:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: regarding backup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-backup/m-p/843858#M44780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ambichan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this with an SAP transport.  Just create an SAP transport (transaction SE01) with the entry:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Program   Object   Object Name
RSTR      DEVC     &amp;lt;your package name&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you release the change request it will create a file on the application server which you can copy and then reimport (via STMS for example) to another server (or the same one) at a later stage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the object type DEVC, you should get all programs/screens/etc. in your development class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2005 13:48:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-backup/m-p/843858#M44780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-18T13:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: regarding backup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-backup/m-p/843859#M44781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ambi,&lt;/P&gt;&lt;P&gt;here's a progr. named zreptran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://xaption.mjumedia.de/download.php?file=9eb791969cfbe569245c73be6d196a57" target="test_blank"&gt;http://xaption.mjumedia.de/download.php?file=9eb791969cfbe569245c73be6d196a57&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;or you can write your own report with some lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; DATA itab LIKE abapsource OCCURS 0 WITH HEADER LINE.
    SELECT prog FROM  info_pt INTO TABLE progtab
           WHERE cnam      = 'ambi chan'
           AND    devclass  = 'zxx'.

    LOOP AT progtab.
      CONCATENATE 'C:temp' progtab-prog INTO file.

      READ REPORT progtab-prog INTO itab.
      CALL FUNCTION 'GUI_DOWNLOAD'
           EXPORTING
                filename = file
                filetype = 'ASC'
           TABLES
                data_tab = itab.
    ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2005 13:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-backup/m-p/843859#M44781</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-04-18T13:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: regarding backup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-backup/m-p/843860#M44782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai brad,&lt;/P&gt;&lt;P&gt;thanks for your reply. This way i think its good.&lt;/P&gt;&lt;P&gt;but i have one thing to confirm here.Since i need to export the existing Development class to later also. i am in need of keep this Package even after i copy it. so if i release the request of this package, is it possible to copy this again.&lt;/P&gt;&lt;P&gt;or i Scare if while copying this dev copy. It should not affect original programs anyway.&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2005 14:00:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-backup/m-p/843860#M44782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-18T14:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: regarding backup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-backup/m-p/843861#M44783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problems ambichan (please feel free to throw some points my way!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have no problems repeating this process as often as you like with the same package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each time you just need to create a new transport with the correct entries and release it.  It will take a complete copy of your development class and save it on the application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2005 14:04:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-backup/m-p/843861#M44783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-18T14:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: regarding backup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-backup/m-p/843862#M44784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks brad williams.&lt;/P&gt;&lt;P&gt;Its more great help.&lt;/P&gt;&lt;P&gt;ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2005 14:08:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-backup/m-p/843862#M44784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-18T14:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: regarding backup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-backup/m-p/843863#M44785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok .. is there anyway I can Upload all these reports once again ?&lt;/P&gt;&lt;P&gt;to another server for example ?!&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 14:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-backup/m-p/843863#M44785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-09T14:40:29Z</dc:date>
    </item>
  </channel>
</rss>

