<?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: help on the selection screen.....Select-options default values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-the-selection-screen-select-options-default-values/m-p/10089520#M1813756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You &lt;SPAN style="color: #333333; font-size: 12px;"&gt;Nabheet &amp;amp; Raghu it's working fine.....&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/599/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Feb 2014 11:50:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-02-27T11:50:18Z</dc:date>
    <item>
      <title>help on the selection screen.....Select-options default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-the-selection-screen-select-options-default-values/m-p/10089515#M1813751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have one requirement,i.e. In Report program i am using select-option once will execute the program ALV report will be generated.In ALV Report we have one button like 'WM DATA'.Once click the WMDATA one pop-up is displaying...In that pop-up also same select-options are there upto here it's working fine...Now my problem is on pop-up select-options i have to display by default..... which i am using on report select-options values.&lt;/P&gt;&lt;P&gt;Please help on the same&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:52:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-the-selection-screen-select-options-default-values/m-p/10089515#M1813751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-27T10:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: help on the selection screen.....Select-options default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-the-selection-screen-select-options-default-values/m-p/10089516#M1813752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please provide us the detail of how you are calling the POP up..? Before calling the pop up why dont you fill the pop up fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-the-selection-screen-select-options-default-values/m-p/10089516#M1813752</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-02-27T10:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: help on the selection screen.....Select-options default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-the-selection-screen-select-options-default-values/m-p/10089517#M1813753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nabheet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the below code...&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:&lt;/P&gt;&lt;P&gt;&amp;nbsp; s_lgnum FOR lqua-lgnum MODIF ID sc1 OBLIGATORY,&lt;/P&gt;&lt;P&gt;&amp;nbsp; s_lgtyp FOR lqua-lgtyp MODIF ID sc1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This data i wrote in Report...&lt;/P&gt;&lt;P&gt;Reg: Pop-up i created one screen.....In that screen i given subscreen area.&lt;/P&gt;&lt;P&gt;In program i wrote below code as below&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 300 AS SUBSCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_lgnum1 FOR lqua-lgnum OBLIGATORY,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; s_lgtyp1 FOR lqua-lgtyp OBLIGATORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK blck1 WITH FRAME TITLE text-009.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:&amp;nbsp; s_kzinv for lagp-kzinv.&lt;/P&gt;&lt;P&gt;PARAMETERS:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pmitb LIKE rlist-pmitb.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:&amp;nbsp; s_bestq FOR lqua-bestq.&lt;/P&gt;&lt;P&gt;PARAMETERS:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sobkz type lqua-sobkz.&lt;/P&gt;&lt;P&gt;Parameters:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lsonr type rl01s-lsonr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(31) text-008 for field dauvo.&lt;/P&gt;&lt;P&gt;PARAMETERS:&amp;nbsp;&amp;nbsp; dauvo LIKE rlist-dauvo.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 58.&lt;/P&gt;&lt;P&gt;PARAMETERS:&amp;nbsp;&amp;nbsp; daubi LIKE rlist-daubi&amp;nbsp; DEFAULT '999999'.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK blck1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 300.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 11:11:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-the-selection-screen-select-options-default-values/m-p/10089517#M1813753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-27T11:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: help on the selection screen.....Select-options default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-the-selection-screen-select-options-default-values/m-p/10089518#M1813754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do like this. Before calling your next screen assign the select option value or just assign the value in start of selection only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;:lqua.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;SELECT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;-OPTIONS:&lt;BR /&gt;&lt;BR /&gt;s_lgnum &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FOR&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; lqua-lgnum MODIF &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; sc1 OBLIGATORY,&lt;BR /&gt;&lt;BR /&gt;s_lgtyp &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FOR&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; lqua-lgtyp MODIF &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; sc1.&lt;BR /&gt;&lt;BR /&gt;SELECTION-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;BEGIN&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;OF&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3399ff; font-size: 10pt;"&gt;300&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;SELECT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;-OPTIONS : s_lgnum1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FOR&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; lqua-lgnum OBLIGATORY,&lt;BR /&gt;&lt;BR /&gt;s_lgtyp1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FOR&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; lqua-lgtyp OBLIGATORY.&lt;BR /&gt;&lt;BR /&gt;SELECTION-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;END&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;OF&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3399ff; font-size: 10pt;"&gt;300&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;START-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;OF&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;-SELECTION.&lt;BR /&gt;&lt;STRONG&gt;s_lgnum1[] = s_lgnum[].&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;s_lgtyp1[] = s_lgtyp[].&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;call&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; SELECTION-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3399ff; font-size: 10pt;"&gt;300&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 11:21:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-the-selection-screen-select-options-default-values/m-p/10089518#M1813754</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-02-27T11:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: help on the selection screen.....Select-options default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-the-selection-screen-select-options-default-values/m-p/10089519#M1813755</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can fill ur popup selection screen values with the Old selection screen values before calling &lt;/P&gt;&lt;P&gt;&amp;nbsp; Popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; when the user command triggers fill New Selection values with Report selection screen values.&lt;/P&gt;&lt;P&gt;&amp;nbsp; then call screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; s_lgnum1[] = s_lgnum[].&lt;/P&gt;&lt;P&gt;&amp;nbsp; s_lgtyp1[]&amp;nbsp;&amp;nbsp; = s_lgtyp[].&lt;/P&gt;&lt;P&gt;&amp;nbsp; call ur screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Otherwise u can declare 300 selection-screen as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; select-screen INCLUDE SELECT-OPTIONS :&amp;nbsp;&amp;nbsp; s_lgnum, s_lgtyp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If u not refresh them before calling sub screen, value carries...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 11:30:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-the-selection-screen-select-options-default-values/m-p/10089519#M1813755</guid>
      <dc:creator>Private_Member_65391</dc:creator>
      <dc:date>2014-02-27T11:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: help on the selection screen.....Select-options default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-the-selection-screen-select-options-default-values/m-p/10089520#M1813756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You &lt;SPAN style="color: #333333; font-size: 12px;"&gt;Nabheet &amp;amp; Raghu it's working fine.....&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/599/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 11:50:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-the-selection-screen-select-options-default-values/m-p/10089520#M1813756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-27T11:50:18Z</dc:date>
    </item>
  </channel>
</rss>

