<?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: Define Ranges on Selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/define-ranges-on-selection-screen/m-p/2346744#M517759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Retrieve the valid company codes from T001 using the range and use these to validate the plants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 May 2007 18:29:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-31T18:29:58Z</dc:date>
    <item>
      <title>Define Ranges on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/define-ranges-on-selection-screen/m-p/2346740#M517755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to define company code as ranges on the selection screen, and then I have loop thru those company codes to get the plants. Any idea how I can define ranges and then use it in the program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample code will be really helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 18:24:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/define-ranges-on-selection-screen/m-p/2346740#M517755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T18:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Define Ranges on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/define-ranges-on-selection-screen/m-p/2346741#M517756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data w_bukrs type bukrs.&lt;/P&gt;&lt;P&gt;select-options: s_bukrs for w_bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 18:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/define-ranges-on-selection-screen/m-p/2346741#M517756</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-05-31T18:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Define Ranges on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/define-ranges-on-selection-screen/m-p/2346742#M517757</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;PRE&gt;&lt;CODE&gt;
selection-screen begin of block 1 with frame title text-100.
select-options : s_ccode for t001-bukrs.
selection-screen end of block 1.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 18:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/define-ranges-on-selection-screen/m-p/2346742#M517757</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-05-31T18:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Define Ranges on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/define-ranges-on-selection-screen/m-p/2346743#M517758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for a prompt reply. If we define w_bukrs as structure it can take only 1 value right?. They want to enter a range like t001 to t010 and basically I will have to loop thru them. Can u be a little more elaborate how I can use it in program?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 18:29:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/define-ranges-on-selection-screen/m-p/2346743#M517758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T18:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Define Ranges on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/define-ranges-on-selection-screen/m-p/2346744#M517759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Retrieve the valid company codes from T001 using the range and use these to validate the plants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 18:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/define-ranges-on-selection-screen/m-p/2346744#M517759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T18:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Define Ranges on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/define-ranges-on-selection-screen/m-p/2346745#M517760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is when we define ranges for say sompany code, how can I process those ranges in my program..Any sample code would be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 18:34:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/define-ranges-on-selection-screen/m-p/2346745#M517760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T18:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Define Ranges on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/define-ranges-on-selection-screen/m-p/2346746#M517761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;S_BUKRS is the itab that will hold multiple values..&lt;/P&gt;&lt;P&gt;w_bukrs is only for type reference .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 18:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/define-ranges-on-selection-screen/m-p/2346746#M517761</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-05-31T18:40:43Z</dc:date>
    </item>
  </channel>
</rss>

