<?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 sample program to remove standard selection-options &amp; replace user defined. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-program-to-remove-standard-selection-options-replace-user-defined/m-p/1027958#M82945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The standard selection-options are provided for the logical database. i need to supress the standard selection-options and include my own selection-options. I neeed a sample program how to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2005 04:37:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-07T04:37:30Z</dc:date>
    <item>
      <title>sample program to remove standard selection-options &amp; replace user defined.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-program-to-remove-standard-selection-options-replace-user-defined/m-p/1027958#M82945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The standard selection-options are provided for the logical database. i need to supress the standard selection-options and include my own selection-options. I neeed a sample program how to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 04:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sample-program-to-remove-standard-selection-options-replace-user-defined/m-p/1027958#M82945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T04:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: sample program to remove standard selection-options &amp; replace user defined.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-program-to-remove-standard-selection-options-replace-user-defined/m-p/1027959#M82946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this your custom program where you assigned the LDB in the attributes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, you can do this in your AT SELECTION-SCREEN OUTPUT event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LOOP AT SCREEN.
  IF SCREEN-NAME = &amp;lt;LDB SELECTION-SCREEN FIELDNAME&amp;gt;.
    SCREEN-ACTIVE = 0.
  ENDIF.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your LDB selection parameters have a MODIF ID xyz option addition, then instead of the above SCREEN-NAME, you can replace it with SCREEN-GROUP1 and do the same thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 04:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sample-program-to-remove-standard-selection-options-replace-user-defined/m-p/1027959#M82946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T04:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: sample program to remove standard selection-options &amp; replace user defined.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-program-to-remove-standard-selection-options-replace-user-defined/m-p/1027960#M82947</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;or look here: &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="494081"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 06:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sample-program-to-remove-standard-selection-options-replace-user-defined/m-p/1027960#M82947</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-12-07T06:27:03Z</dc:date>
    </item>
  </channel>
</rss>

