<?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: Regarding Select-options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489773#M228038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Harish,&lt;/P&gt;&lt;P&gt; Declaring the select-option with the same name in another block is not possible ...&lt;/P&gt;&lt;P&gt;i.e, &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;selection-screen begin of block b2 with frame title text-h03.
parameters: p_sch as checkbox.
selection-screen end of block b2.

&amp;lt;b&amp;gt;*Not possible&amp;lt;/b&amp;gt;
selection-screen begin of block b3 with frame title text-h03.
parameters: p_sch as checkbox.
selection-screen end of block b3.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jul 2006 10:17:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-31T10:17:18Z</dc:date>
    <item>
      <title>Regarding Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489772#M228037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;           Good afternoon.&lt;/P&gt;&lt;P&gt;I have a small doubt in select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i declare a select option in one block,i am displaying the select-option in that block. can i use the same select-option to display it in another block of same selection screen?if so how?pls. clarify&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 10:15:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489772#M228037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T10:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489773#M228038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Harish,&lt;/P&gt;&lt;P&gt; Declaring the select-option with the same name in another block is not possible ...&lt;/P&gt;&lt;P&gt;i.e, &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;selection-screen begin of block b2 with frame title text-h03.
parameters: p_sch as checkbox.
selection-screen end of block b2.

&amp;lt;b&amp;gt;*Not possible&amp;lt;/b&amp;gt;
selection-screen begin of block b3 with frame title text-h03.
parameters: p_sch as checkbox.
selection-screen end of block b3.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 10:17:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489773#M228038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T10:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489774#M228039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;itz not possible.&lt;/P&gt;&lt;P&gt;since declaring the dataobject with the same name is not permitted in ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark all useful answers..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 10:20:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489774#M228039</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-07-31T10:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489775#M228040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, declare the select option in different name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Viven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 10:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489775#M228040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T10:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489776#M228041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;You can not use the same name in the Selection-screen, but you can use different names with the same table type and change the text of that fields in the selection scren, so both will be look like same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 10:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489776#M228041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T10:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489777#M228042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  with the same name it is not possible , u have to use different names&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 10:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489777#M228042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T10:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489778#M228043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, not possiblae.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 10:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489778#M228043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T10:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489779#M228044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a select-option or a parameter cannot be redefined.&lt;/P&gt;&lt;P&gt;&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;sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 10:24:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489779#M228044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T10:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489780#M228045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible if you are using a different variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen : begin of block block1.&lt;/P&gt;&lt;P&gt;select-options : mat1 for mara-matnr.&lt;/P&gt;&lt;P&gt;selection-screen : end of block block1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen : begin of block block2.&lt;/P&gt;&lt;P&gt;select-options: mat2 for mara-matnr.&lt;/P&gt;&lt;P&gt;selection-screen : end of block block2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 10:26:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489780#M228045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T10:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489781#M228046</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 this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK BL1.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS CARRID FOR SFLIGHT-CARRID.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK BL1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK BL2.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS SO_CARRID FOR SFLIGHT-CARRID.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK BL2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best of luck,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kcc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 12:01:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489781#M228046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T12:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489782#M228047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;You can not use the same name in the Selection-screen, but you can use different names with the same table type and change the text of that fields in the selection scren, so both will be look like same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible if you are using a different variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen : begin of block block1.&lt;/P&gt;&lt;P&gt;select-options : mat1 for mara-matnr.&lt;/P&gt;&lt;P&gt;selection-screen : end of block block1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen : begin of block block2.&lt;/P&gt;&lt;P&gt;select-options: mat2 for mara-matnr.&lt;/P&gt;&lt;P&gt;selection-screen : end of block block2&amp;lt;b&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 11:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/1489782#M228047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T11:50:10Z</dc:date>
    </item>
  </channel>
</rss>

