<?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: select-options in dynpro in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dynpro/m-p/4988379#M1162094</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the main program, use the following code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 201 AS SUBSCREEN.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_opt1  FOR xyz-abc,&lt;/P&gt;&lt;P&gt;                               s_opt2  FOR xyz-def.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 201.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will create a selection screen 201. call this screen in the subscreen area of the dialog screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to display in seperate window use AS WINDOW instead of AS SUBSCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Goutham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jan 2009 13:40:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-05T13:40:08Z</dc:date>
    <item>
      <title>select-options in dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dynpro/m-p/4988375#M1162090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a simply program with modul pool ( se80 ). In the main screen I want to create a select-options.&lt;/P&gt;&lt;P&gt;I know that in report program (se38) is very easy, but in modul pool is possible ? it's easy ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some people told me that is possible create only range... and not traditional select-option !!! It's right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 13:11:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dynpro/m-p/4988375#M1162090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T13:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: select-options in dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dynpro/m-p/4988376#M1162091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi robert &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sample-code-abap.blogspot.com/2008/06/select-option-in-module-pool-screen.html" target="test_blank"&gt;http://sample-code-abap.blogspot.com/2008/06/select-option-in-module-pool-screen.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this link for step by step guide for creating a select option in screen painter &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;chinnaiya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 13:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dynpro/m-p/4988376#M1162091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T13:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: select-options in dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dynpro/m-p/4988377#M1162092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One solution would be to define a selection-screen in your top include (like you would do in your report). Then call this screen using statement CALL SELECTION-SCREEN statement.&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;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 13:17:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dynpro/m-p/4988377#M1162092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T13:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: select-options in dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dynpro/m-p/4988378#M1162093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here I am giving step-by-step procedure form the starting. Jus go thru it. Here screen shots, im nt attaching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select-Options in Module Pool Programming:&lt;/P&gt;&lt;P&gt;This Example will show how to Place select-Options in Module Pool Programming. As now a days Module Pool Programming is Playing key role, we need to be ready to for this type of requirements also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP1:&lt;/P&gt;&lt;P&gt;SE80 -&amp;gt; Create any Program (SAPMZdemo)  with TOP include-&amp;gt; SAVE-&amp;gt;Create the screen and Place what ever the elements you need according to your requirement.&lt;/P&gt;&lt;P&gt;And Place one sub screen area also. (Mandatory)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP 2 :&lt;/P&gt;&lt;P&gt;Place The following code in TOP include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : v_kunnr type kunnr,&lt;/P&gt;&lt;P&gt;       v_prog type sy-repid value u2018SAPMZDEMOu2019,&lt;/P&gt;&lt;P&gt;       V_ subdyn1 type sy-dynnr value u2018200u2019.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP 3:&lt;/P&gt;&lt;P&gt;Create the Include with the name as the user defines (MZDEMO_SUBSCREEN200)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP 4:&lt;/P&gt;&lt;P&gt;Place the following code in Include MZDEMO_SUBSCREEN200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;  Include           MZDEMO_SUBSCREEN200&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Selection Screen 200&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 200 AS SUBSCREEN.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK blck1 WITH FRAME TITLE text-000.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : so_kunnr FOR v_kunnr.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK blck1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save the Include and Activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP 5:&lt;/P&gt;&lt;P&gt;Add the Following code in flow logic editor for Screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process before output.&lt;/P&gt;&lt;P&gt;  module status_0100.&lt;/P&gt;&lt;P&gt;  call subscreen sub1 including v_prog v_subdyn1.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;process after input.&lt;/P&gt;&lt;P&gt;  module user_command_0100.&lt;/P&gt;&lt;P&gt;  call subscreen sub1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP 6:&lt;/P&gt;&lt;P&gt;Create the Transaction code for the Module Pool Program.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Give the Program name and Initial screen number in the following Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP 7:&lt;/P&gt;&lt;P&gt;Save and Activate the Entire Module Pool Program.&lt;/P&gt;&lt;P&gt;And Execute The TCODE which you created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandeep REddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 13:22:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dynpro/m-p/4988378#M1162093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T13:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: select-options in dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dynpro/m-p/4988379#M1162094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the main program, use the following code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 201 AS SUBSCREEN.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_opt1  FOR xyz-abc,&lt;/P&gt;&lt;P&gt;                               s_opt2  FOR xyz-def.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 201.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will create a selection screen 201. call this screen in the subscreen area of the dialog screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to display in seperate window use AS WINDOW instead of AS SUBSCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Goutham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 13:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dynpro/m-p/4988379#M1162094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T13:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: select-options in dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dynpro/m-p/4988380#M1162095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tks for your reply, but it run not completely. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean that the button of select-option is not run, it's correct only the range !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 08:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dynpro/m-p/4988380#M1162095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T08:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: select-options in dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dynpro/m-p/4988381#M1162096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tks a lot for your reply chinnaiya, &lt;/P&gt;&lt;P&gt;it has solved my problem at 60%. In fact i have to add an other row&lt;/P&gt;&lt;P&gt;"call subscreen sub_1" after MODULE AFTER INPUT and than run ok. &lt;/P&gt;&lt;P&gt;Now I have a little bug a solve: In the dynpro, in the selection option showed, there's not the variable's name at side of field input, it's possible to put in the name ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 07:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dynpro/m-p/4988381#M1162096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T07:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: select-options in dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dynpro/m-p/14091836#M2041737</link>
      <description>&lt;P&gt;Good post.&lt;/P&gt;&lt;P&gt;One bug: in step 5, call the subscreen first, then the user command.&lt;/P&gt;&lt;P&gt;This will ensure the value of the filled in subscreen is available in the PAI of the main screen. Otherwise it will be empty in debug, even thogh you fill in something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still useful in 2025 though!&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 09:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dynpro/m-p/14091836#M2041737</guid>
      <dc:creator>d_schuitemaker62</dc:creator>
      <dc:date>2025-05-02T09:28:24Z</dc:date>
    </item>
  </channel>
</rss>

