<?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 Modules created in Sub screen while transporting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-modules-created-in-sub-screen-while-transporting/m-p/11338082#M1920339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; try to transport your call screen.(ex:0200)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Sep 2015 09:38:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-09-24T09:38:48Z</dc:date>
    <item>
      <title>Problem with Modules created in Sub screen while transporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-modules-created-in-sub-screen-while-transporting/m-p/11338081#M1920338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have some issue when accessing module in custom sub screen. In my program&amp;nbsp; a sub screen is created using below commands.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECTION-SCREEN BEGIN OF SCREEN 100 AS SUBSCREEN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECTION-SCREEN END OF SCREEN 100.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; In that screen i created some parameters directly in layout by drag and drop. To populate those fields i created a module in PBO. when i test this&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fields are populating with relevant data. But when i&amp;nbsp; transport this change to quality the newly created module is missing along with the layout. I checked the transport request, these objects are collected and are in active state but when i go to quality server both module and parameters which i created are missing. i was bit surprise. i am trying to figure out the issue can any one help me to understand what things that i missed.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/796596" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 09:26:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-modules-created-in-sub-screen-while-transporting/m-p/11338081#M1920338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-24T09:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Modules created in Sub screen while transporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-modules-created-in-sub-screen-while-transporting/m-p/11338082#M1920339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; try to transport your call screen.(ex:0200)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 09:38:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-modules-created-in-sub-screen-while-transporting/m-p/11338082#M1920339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-24T09:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Modules created in Sub screen while transporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-modules-created-in-sub-screen-while-transporting/m-p/11338083#M1920340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sahu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to transport&amp;nbsp; the&amp;nbsp; complete screen by changing the request in se09.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make the screen entry in request, lock that object and then transport it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 09:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-modules-created-in-sub-screen-while-transporting/m-p/11338083#M1920340</guid>
      <dc:creator>nishantbansal91</dc:creator>
      <dc:date>2015-09-24T09:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Modules created in Sub screen while transporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-modules-created-in-sub-screen-while-transporting/m-p/11338084#M1920341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinodh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Screen is included in transport request but am thinking about the way i created module. is that ok to include a new custom module in the subscreen that contains all dynamic modules. Also i specified above&amp;nbsp; parameters also not moved to quality &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 09:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-modules-created-in-sub-screen-while-transporting/m-p/11338084#M1920341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-24T09:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Modules created in Sub screen while transporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-modules-created-in-sub-screen-while-transporting/m-p/11338085#M1920342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everytime the report is activated (e.g. during transport), screen 0100 will be regenerated from source code...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&amp;nbsp; In that screen i created some parameters directly in layout by drag and drop&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;was a (very) bad idea &lt;SPAN __jive_emoticon_name="cry" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1336/images/emoticons/cry.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 09:53:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-modules-created-in-sub-screen-while-transporting/m-p/11338085#M1920342</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-09-24T09:53:46Z</dc:date>
    </item>
  </channel>
</rss>

