<?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: Is there a function module to display the selection options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-to-display-the-selection-options/m-p/6768311#M1462788</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Faisal, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my custom report, there's no specific button for F2 (although we know we can press F2 for the select options). So, I just need to add a button just to denote that user can press on it to fire the F2 functionality. I need this button to be right next to the Execute button. Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Mar 2010 06:34:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-26T06:34:05Z</dc:date>
    <item>
      <title>Is there a function module to display the selection options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-to-display-the-selection-options/m-p/6768305#M1462782</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;How can I display the selection options (F2) popup, like the one in the data browser (SE11) selection screen? I have a custom report. Instead of right clicking on the selecion-options field, user want a button to click so the selection options popup appear on the screen. Is there a FM that I can use? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 01:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-to-display-the-selection-options/m-p/6768305#M1462782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-26T01:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a function module to display the selection options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-to-display-the-selection-options/m-p/6768306#M1462783</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;i have tried debugging the standard code.... and i could find the below code which is triggering the F2 functionality for a field.&lt;/P&gt;&lt;P&gt; CALL METHOD call_method&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;        method  = 'SetButtonState'&lt;/P&gt;&lt;P&gt;        p_count = 3&lt;/P&gt;&lt;P&gt;        p1 = fcode&lt;/P&gt;&lt;P&gt;        p2 = m_enabled&lt;/P&gt;&lt;P&gt;        p3 = m_checked&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;        OTHERS    = 1.&lt;/P&gt;&lt;P&gt; IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;   RAISE cntl_error.&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;class - CL_GUI_toolbar&lt;/P&gt;&lt;P&gt;method - Set_button_state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 02:59:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-to-display-the-selection-options/m-p/6768306#M1462783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-26T02:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a function module to display the selection options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-to-display-the-selection-options/m-p/6768307#M1462784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean is there an existing FM that can do this? Normally, it's difficult to extract the code of the standard program. It' too much things to consider.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 04:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-to-display-the-selection-options/m-p/6768307#M1462784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-26T04:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a function module to display the selection options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-to-display-the-selection-options/m-p/6768308#M1462785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Alvin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please test the following Sample Code hope this will help you to fulfill your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT-OPTIONS: sodate for sy-datum no-EXTENSION no INTERVALS.
SELECTION-SCREEN PUSHBUTTON 50(10) nbutton USER-COMMAND opti VISIBLE LENGTH 3.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 05:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-to-display-the-selection-options/m-p/6768308#M1462785</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2010-03-26T05:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a function module to display the selection options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-to-display-the-selection-options/m-p/6768309#M1462786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Faisal. Rather than creating a pushbutton, I need to create using Function Key. However, function key doesn't allow me to have the additional user-command statement. Do you have any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 05:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-to-display-the-selection-options/m-p/6768309#M1462786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-26T05:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a function module to display the selection options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-to-display-the-selection-options/m-p/6768310#M1462787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Alvin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, didn't get you. In fact we already have Function Key ( F2 ) for this do you want to use some else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain it bit more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 06:09:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-to-display-the-selection-options/m-p/6768310#M1462787</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2010-03-26T06:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a function module to display the selection options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-to-display-the-selection-options/m-p/6768311#M1462788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Faisal, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my custom report, there's no specific button for F2 (although we know we can press F2 for the select options). So, I just need to add a button just to denote that user can press on it to fire the F2 functionality. I need this button to be right next to the Execute button. Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 06:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-to-display-the-selection-options/m-p/6768311#M1462788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-26T06:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a function module to display the selection options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-to-display-the-selection-options/m-p/6768312#M1462789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Alvin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i understand you are designing screen in Screen Painter i think for getting this functionality you will have to go for &lt;STRONG&gt;SUB Screen&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Sub Screen you can get this option there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the only way as we use for &lt;STRONG&gt;EXTENSION Button&lt;/STRONG&gt; with Select Option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 06:43:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-to-display-the-selection-options/m-p/6768312#M1462789</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2010-03-26T06:43:00Z</dc:date>
    </item>
  </channel>
</rss>

