<?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: saving a program under a package manually in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-a-program-under-a-package-manually/m-p/8579886#M1660732</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;You can change the package of the program in Se03 transaction. Go to SE03. &lt;/P&gt;&lt;P&gt;Double click "Change Object Directory Entries". Enter the ptrogram for which you want to change package.&lt;/P&gt;&lt;P&gt;select the checkbox for program. Execute. You would get the option to change the package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jan 2012 16:23:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-30T16:23:14Z</dc:date>
    <item>
      <title>saving a program under a package manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-a-program-under-a-package-manually/m-p/8579883#M1660729</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;I developed a selection screen in which the program name and the package are the inputs need to be given. &lt;/P&gt;&lt;P&gt;i entered my program name , and also selected the package , where package is defined as 'tdevc-devclass'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want the program that i entered to be saved in the particular package i selected from f4 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i debugged the standard sap program for se38 transaction(SAPLWBABAP) , but still didn't get the exact point where the input program that we gave is getting saved under a package?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 09:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-a-program-under-a-package-manually/m-p/8579883#M1660729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-30T09:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: saving a program under a package manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-a-program-under-a-package-manually/m-p/8579884#M1660730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found function module TR_CHANGE_OBJS_DEVC which seems to do this for one or several objects, try it out and let's hear about the progress.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 11:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-a-program-under-a-package-manually/m-p/8579884#M1660730</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2012-01-30T11:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: saving a program under a package manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-a-program-under-a-package-manually/m-p/8579885#M1660731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to change the package of program form one to another manually.&lt;/P&gt;&lt;P&gt;then go to tcode &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;se37 (specify program name)---&amp;gt; Then in menu bar Clck on Goto and select Object directory entry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another window will open change the package and save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to do for multiple programs then try with writting BDC for same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 11:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-a-program-under-a-package-manually/m-p/8579885#M1660731</guid>
      <dc:creator>umashankar_sahu</dc:creator>
      <dc:date>2012-01-30T11:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: saving a program under a package manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-a-program-under-a-package-manually/m-p/8579886#M1660732</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;You can change the package of the program in Se03 transaction. Go to SE03. &lt;/P&gt;&lt;P&gt;Double click "Change Object Directory Entries". Enter the ptrogram for which you want to change package.&lt;/P&gt;&lt;P&gt;select the checkbox for program. Execute. You would get the option to change the package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 16:23:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-a-program-under-a-package-manually/m-p/8579886#M1660732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-30T16:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: saving a program under a package manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-a-program-under-a-package-manually/m-p/8579887#M1660733</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;GO to the transaction SE38 , enter the program name - In the MENU - GOTO - select OBJECT DIRECTORY ENTRY,&lt;/P&gt;&lt;P&gt;A popup will be displayed where you will be able to see your current package , Select the dispay /change  (F6) on the popup , now the Package Field will be in editable mode and you change the same using the F4 help or by manualy entering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&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;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 07:54:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-a-program-under-a-package-manually/m-p/8579887#M1660733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-16T07:54:23Z</dc:date>
    </item>
  </channel>
</rss>

