<?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 Push button on selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-selection-screen/m-p/3173532#M755146</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;I have provided push button on selection screen after input fields I mean just below to input fields by using the syntax selection screen pushbutton&amp;#133;..   And it is appearing on the selection screen.  As per the requirement I need to enter material number on the selection screen and if I press corresponding push button I need to call one transaction using bdc program.  I wrote case sy-comm and corresponding user command ( whatever is there in the selection screen syntax) in when condition under start of selection event.&lt;/P&gt;&lt;P&gt;But the control is not going to that place after I press push button. If I put that code inside of at selection screen it is going. But I can not write all the bdc program and select queries inside of at selection screen event if so please suggest me how I can proceed.&lt;/P&gt;&lt;P&gt;I will give the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2007 06:32:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-18T06:32:10Z</dc:date>
    <item>
      <title>Push button on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-selection-screen/m-p/3173532#M755146</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;I have provided push button on selection screen after input fields I mean just below to input fields by using the syntax selection screen pushbutton&amp;#133;..   And it is appearing on the selection screen.  As per the requirement I need to enter material number on the selection screen and if I press corresponding push button I need to call one transaction using bdc program.  I wrote case sy-comm and corresponding user command ( whatever is there in the selection screen syntax) in when condition under start of selection event.&lt;/P&gt;&lt;P&gt;But the control is not going to that place after I press push button. If I put that code inside of at selection screen it is going. But I can not write all the bdc program and select queries inside of at selection screen event if so please suggest me how I can proceed.&lt;/P&gt;&lt;P&gt;I will give the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 06:32:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-selection-screen/m-p/3173532#M755146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T06:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Push button on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-selection-screen/m-p/3173533#M755147</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;SELECTION-SCREEN BEGIN OF BLOCK b_2 WITH FRAME TITLE text-018.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS s_fields FOR qpmk-mkmnr NO-DISPLAY.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON /1(24) name USER-COMMAND flds.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b_2.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;IF sscrfields-ucomm = 'FLDS'.&lt;/P&gt;&lt;P&gt;    PERFORM display_fields.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 06:35:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-selection-screen/m-p/3173533#M755147</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-12-18T06:35:27Z</dc:date>
    </item>
  </channel>
</rss>

