<?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: Initializing Selection-Screen as dynpro subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/initializing-selection-screen-as-dynpro-subscreen/m-p/2721362#M631342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Georg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Aug 2007 08:05:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-23T08:05:12Z</dc:date>
    <item>
      <title>Initializing Selection-Screen as dynpro subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initializing-selection-screen-as-dynpro-subscreen/m-p/2721360#M631340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote a dynpro program that includes a selection screen as subscreen. In the flow logic the subscreen is called before output like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process before output.&lt;/P&gt;&lt;P&gt;  call subscreen sub including sy-repid '110'.&lt;/P&gt;&lt;P&gt;  module status_0100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program works fine to this point. Now I want to initialize a select-options table in the selection screen with some values. Doing this in the status_0100 module doesn't work. I suppose at this point it is too late to change values of the selection screen. I can't change the flow logic of the selection-screen 110 because it is generated automatically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;P&gt;1. Is there any kind of initialization block or something like this where i can place the code to fill the select-options table?&lt;/P&gt;&lt;P&gt;2. Filling a select-options table by appending lines to it is the common way to do this, isn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answers,&lt;/P&gt;&lt;P&gt;Georg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 19:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initializing-selection-screen-as-dynpro-subscreen/m-p/2721360#M631340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T19:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Initializing Selection-Screen as dynpro subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initializing-selection-screen-as-dynpro-subscreen/m-p/2721361#M631341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is nothing stopping your from doing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;process before output.

module status_0100.    "&amp;lt;-- Put this here

call subscreen sub including sy-repid '110'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then fill your select-option in the STATUS_0100 module, make sure that you apend to the internal table!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich HEilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 19:40:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initializing-selection-screen-as-dynpro-subscreen/m-p/2721361#M631341</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-08-22T19:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Initializing Selection-Screen as dynpro subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initializing-selection-screen-as-dynpro-subscreen/m-p/2721362#M631342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Georg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 08:05:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initializing-selection-screen-as-dynpro-subscreen/m-p/2721362#M631342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T08:05:12Z</dc:date>
    </item>
  </channel>
</rss>

