<?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: Reg : Storage bin location variable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-storage-bin-location-variable/m-p/9065232#M1703030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maruvada,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using SELECT-OPTIONS s_lgpbe NO INTERVALS will still give you a select-options but will prevent the user from entering a range directly on the selection screen (though there is an easy workaround in the extension dialog). Users could enter a list of single values instead of a range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/152619" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An alternative would be to instruct your users to use 20 as the LOW value and 3 as the HIGH value-- though this seems awkward from a user's perspective. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it could be possible to convince the business owner to use a listbox (dropdown list) to select one or more storage bins instead of having a range. You could populate the listbox values based on the plant and storage location selected, and users could select one or more values from the listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure there are other alternatives too, maybe another member will reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Amy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Nov 2012 20:26:13 GMT</pubDate>
    <dc:creator>amy_king</dc:creator>
    <dc:date>2012-11-01T20:26:13Z</dc:date>
    <item>
      <title>Reg : Storage bin location variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-storage-bin-location-variable/m-p/9065229#M1703027</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 created a report to display the materials according to the plant, Storage location and storage bin in the selection screen. i have defined the storage bin select option as &lt;/P&gt;&lt;P&gt;S_lgpbe FOR mard-lgpbe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when entering the values in the selection screen field S_LGPBE as 3 to 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting an error stating that &lt;STRONG&gt;"lower limit is greater than the upper limit"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have used the FM alpha_output to convert the variables in to out put format in at selections screen event. but the error is coming before triggering this event. can any one tell me how to overcome this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;M.Phanindra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 16:57:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-storage-bin-location-variable/m-p/9065229#M1703027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-01T16:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Storage bin location variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-storage-bin-location-variable/m-p/9065230#M1703028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maruvada,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is happening because MARD-LGPBE is a character field with length 10, and in a character comparison 3xxxxxxxxx &amp;gt; 20xxxxxxxx. Perhaps you could define your select-options with option NO INTERVALS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Amy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 17:41:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-storage-bin-location-variable/m-p/9065230#M1703028</guid>
      <dc:creator>amy_king</dc:creator>
      <dc:date>2012-11-01T17:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Storage bin location variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-storage-bin-location-variable/m-p/9065231#M1703029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amy,&lt;/P&gt;&lt;P&gt;Thanks for the reply but the user needs the field as selection screen as he wants to input a range of storage bins in the selection screen for the given plant. is there any other way through which i can avoid this error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 19:57:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-storage-bin-location-variable/m-p/9065231#M1703029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-01T19:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Storage bin location variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-storage-bin-location-variable/m-p/9065232#M1703030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maruvada,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using SELECT-OPTIONS s_lgpbe NO INTERVALS will still give you a select-options but will prevent the user from entering a range directly on the selection screen (though there is an easy workaround in the extension dialog). Users could enter a list of single values instead of a range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/152619" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An alternative would be to instruct your users to use 20 as the LOW value and 3 as the HIGH value-- though this seems awkward from a user's perspective. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it could be possible to convince the business owner to use a listbox (dropdown list) to select one or more storage bins instead of having a range. You could populate the listbox values based on the plant and storage location selected, and users could select one or more values from the listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure there are other alternatives too, maybe another member will reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Amy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 20:26:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-storage-bin-location-variable/m-p/9065232#M1703030</guid>
      <dc:creator>amy_king</dc:creator>
      <dc:date>2012-11-01T20:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Storage bin location variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-storage-bin-location-variable/m-p/9065233#M1703031</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;Normally Storage bin field should start with a character, something like A-0-00, Z-0-00 etc.. &lt;/P&gt;&lt;P&gt;If your master data is set up purely by numbers, and if you want to enter a range of numbers on the selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can default the selection screen with low = A and high = Z( this can be done on Initialization event). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user should enter A3 and Z20 or any number range of their choice( but without deleting A or Z). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can manipulate these fields during &lt;STRONG&gt;At-Selection screen on &amp;lt;field&amp;gt;event&lt;/STRONG&gt;, by removing A and Z and swapping low to high or other way based on the value of the fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below code..... Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;SELECT-OPTIONS: S_lgpbe FOR mard-lgpbe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;DATA: lv_low type lgpbe, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lv_high type lgpbe. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;s_lgpbe-sign = 'I'.&lt;/P&gt;&lt;P&gt;s_lgpbe-option = 'BT'.&lt;/P&gt;&lt;P&gt;s_lgpbe-low = 'A'.&lt;/P&gt;&lt;P&gt;s_lgpbe-high = 'Z'.&lt;/P&gt;&lt;P&gt;APPEND s_lgpbe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON s_lgpbe.&lt;/P&gt;&lt;P&gt;lv_low = s_lgpbe-low+1(9).&lt;/P&gt;&lt;P&gt;lv_high = s_lgpbe-high+1(9).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if lv_low &amp;gt; lv_high.&lt;/P&gt;&lt;P&gt;s_lgpbe-low = lv_high.&lt;/P&gt;&lt;P&gt;s_lgpbe-high = lv_low.&lt;/P&gt;&lt;P&gt;modify s_lgpbe index 1.&lt;/P&gt;&lt;P&gt;endif..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start-of-selection: &lt;/P&gt;&lt;P&gt;Write your query ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;VM.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 05:19:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-storage-bin-location-variable/m-p/9065233#M1703031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-02T05:19:11Z</dc:date>
    </item>
  </channel>
</rss>

