<?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 copying a selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-copying-a-selection-screen/m-p/908711#M56615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx a ton!! I had missed out the LDB name in the attributes while creating the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Poonam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jan 2005 08:38:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-01-18T08:38:28Z</dc:date>
    <item>
      <title>Problem with copying a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-copying-a-selection-screen/m-p/908707#M56611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working in a multiple servers environment. In one of the development servers a copy of the program RFFOUS_C has been made for cheque printing and changes made to the copy Z-program. Now I want to copy this z-program to some other development server. I have done this by using upload/download for the main program as well as the includes associated with it (as seen in se80 screen)However the selection screen (defined in include) is not getting created. As a result of this, Im stuck! &lt;/P&gt;&lt;P&gt;Any ideas on how to proceed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Poonam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2005 11:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-copying-a-selection-screen/m-p/908707#M56611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-14T11:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with copying a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-copying-a-selection-screen/m-p/908708#M56612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Poonam, hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could try a transport of copies of that program, via transaction SE10. Create a transport_of_copies-request, then add your z*-report, then transport it to the destination server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2005 12:16:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-copying-a-selection-screen/m-p/908708#M56612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-14T12:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with copying a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-copying-a-selection-screen/m-p/908709#M56613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The selection screen is created when you activate the program.  You should not attempt to move it manually.  You can also use the GENERATE command in an ABAP to generate your Z-program ABAP which will also create the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know how it goes!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2005 15:02:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-copying-a-selection-screen/m-p/908709#M56613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-14T15:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with copying a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-copying-a-selection-screen/m-p/908710#M56614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Poonam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you have the attributes of the program set exaclty as in the source system. In your system, when you copied from the standard program RFFOUS_C to a Z program, the attributes are automatically copied to your Z program. As a result the logical database to which RFFOUS_C refers is also copied. All logical databases have their own selection screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when you download the program and then upload it in a different system, you are not copying the attributes, you are only copying the code. So the selection defined by the logical database are not showing up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make the necessary corrections and if this helps, please don't forget to reward with points.&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;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2005 19:13:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-copying-a-selection-screen/m-p/908710#M56614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-14T19:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with copying a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-copying-a-selection-screen/m-p/908711#M56615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx a ton!! I had missed out the LDB name in the attributes while creating the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Poonam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2005 08:38:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-copying-a-selection-screen/m-p/908711#M56615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-18T08:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with copying a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-copying-a-selection-screen/m-p/908712#M56616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was a really cool answer! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2005 10:38:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-copying-a-selection-screen/m-p/908712#M56616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-18T10:38:36Z</dc:date>
    </item>
  </channel>
</rss>

