<?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: Selection Option in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option/m-p/1730370#M318052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;At Selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at S_FIELD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_FIELD-OPTION = ' '.&lt;/P&gt;&lt;P&gt;S_FIELD-SIGN = ' '.&lt;/P&gt;&lt;P&gt;Modify S_FIELD.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Dec 2006 11:43:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-05T11:43:10Z</dc:date>
    <item>
      <title>Selection Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option/m-p/1730367#M318049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;In the selection option table (internal table) getting prefix , like &amp;lt;b&amp;gt;IEQ&amp;lt;/b&amp;gt; how i can i remove it. from all the table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 11:32:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option/m-p/1730367#M318049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T11:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option/m-p/1730368#M318050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nelson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. We should not remove it,&lt;/P&gt;&lt;P&gt;   other wise, IN in the sql won't function properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Anyway, we can remove it using&lt;/P&gt;&lt;P&gt;   LOOP AT SELOPTION.&lt;/P&gt;&lt;P&gt;   SELOPTION-SIGN = ''.&lt;/P&gt;&lt;P&gt;    SELOPTION-OPTION = ''.&lt;/P&gt;&lt;P&gt;   MODIFY SELOPTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   ENDLOOP.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 11:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option/m-p/1730368#M318050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T11:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option/m-p/1730369#M318051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you are using selec-option then by default a table gets generated.&lt;/P&gt;&lt;P&gt;where I is for Include and EQ is for Equal.&lt;/P&gt;&lt;P&gt;When you are using the select-option values then istead of using normal logical operator try using IN operator it will take care of all necessary validations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 11:35:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option/m-p/1730369#M318051</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2006-12-05T11:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option/m-p/1730370#M318052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;At Selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at S_FIELD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_FIELD-OPTION = ' '.&lt;/P&gt;&lt;P&gt;S_FIELD-SIGN = ' '.&lt;/P&gt;&lt;P&gt;Modify S_FIELD.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 11:43:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option/m-p/1730370#M318052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T11:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option/m-p/1730371#M318053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     I think default sign and option values are defined at initialization&lt;/P&gt;&lt;P&gt;     event ot at selection-screen output event.&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;      free  p_test&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;select-options:p_test for mara-matnr.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 12:03:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option/m-p/1730371#M318053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T12:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option/m-p/1730372#M318054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nelson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why u want to remove these...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For select-options these values get populated automatically based on the inputs provided on the selection screeen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you enter only one value in the 'from' field then IEQ... I means Inclusion and EQ means equals to   get assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yur enter the both form and to values then IBT ...I means Inclusion and BT means between get assinged.&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;Satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 12:13:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option/m-p/1730372#M318054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T12:13:28Z</dc:date>
    </item>
  </channel>
</rss>

