<?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 Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1715941#M312949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT-OPTIONS : S_LGORT FOR MCHB-LGORT.

INITIALIZATION.

S_LGORT-SIGN     = 'E'.   "&amp;lt;---  Exclude
S_LGORT-OPTION = 'EQ'.    "&amp;lt;---
S_LGORT-LOW      = '7010'.
APPEND S_LGORT.

S_LGORT-LOW     = '7020'.
APPEND S_LGORT.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2006 03:59:10 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2006-11-22T03:59:10Z</dc:date>
    <item>
      <title>select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1715939#M312947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to define a lgort not EQ 7010 and 7020 in selection option.&lt;/P&gt;&lt;P&gt;how too define both two LGROT. pls. help me&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : S_LGORT FOR MCHB-LGORT DEFAULT '7010'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 03:54:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1715939#M312947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T03:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1715940#M312948</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;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : S_LGORT FOR MCHB-LGORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;S_LGORT-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;S_LGORT-OPTION = 'NE'.&lt;/P&gt;&lt;P&gt;S_LGORT-LOW = '7010'.&lt;/P&gt;&lt;P&gt;APPEND S_LGORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_LGORT-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;S_LGORT-OPTION = 'NE'.&lt;/P&gt;&lt;P&gt;S_LGORT-LOW = '7020'.&lt;/P&gt;&lt;P&gt;APPEND S_LGORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 03:57:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1715940#M312948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T03:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1715941#M312949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT-OPTIONS : S_LGORT FOR MCHB-LGORT.

INITIALIZATION.

S_LGORT-SIGN     = 'E'.   "&amp;lt;---  Exclude
S_LGORT-OPTION = 'EQ'.    "&amp;lt;---
S_LGORT-LOW      = '7010'.
APPEND S_LGORT.

S_LGORT-LOW     = '7020'.
APPEND S_LGORT.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 03:59:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1715941#M312949</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-11-22T03:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1715942#M312950</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;DO it in INitialization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables mchb.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : S_LGORT FOR MCHB-LGORT DEFAULT '7020'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;s_lgort-sign = 'I'.&lt;/P&gt;&lt;P&gt;s_lgort-option = 'NE'.&lt;/P&gt;&lt;P&gt;s_lgort-low = '7010'.&lt;/P&gt;&lt;P&gt;append s_lgort.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 03:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1715942#M312950</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-11-22T03:59:28Z</dc:date>
    </item>
  </channel>
</rss>

