<?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: PUSH Button in Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-selection-screen/m-p/3747424#M901652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using T-code SE51 ...give ur prg name and declare some screen number to that prg...then click change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you can see Layout push button ...drag and drop a Push button ..and use that FM ..in prog with AT USER COMMAND thats it ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You wil see Push button in Selection Screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sg.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2008 07:54:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-30T07:54:12Z</dc:date>
    <item>
      <title>PUSH Button in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-selection-screen/m-p/3747421#M901649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can we place a PUSH button in the selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 07:46:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-selection-screen/m-p/3747421#M901649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T07:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: PUSH Button in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-selection-screen/m-p/3747422#M901650</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;U can use table:sscrfields to get push button. or goto se41 and create and add u r function code for button.&lt;/P&gt;&lt;P&gt;Bye.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 07:50:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-selection-screen/m-p/3747422#M901650</guid>
      <dc:creator>P507709</dc:creator>
      <dc:date>2008-04-30T07:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: PUSH Button in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-selection-screen/m-p/3747423#M901651</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;You can create the following on selection screen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;P&gt;TABLES SSCRFIELDS. &lt;/P&gt;&lt;P&gt;  ... &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON /10(20) CHARLY USER-COMMAND ABCD. &lt;/P&gt;&lt;P&gt;  ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION. &lt;/P&gt;&lt;P&gt;  MOVE 'My text' TO CHARLY. &lt;/P&gt;&lt;P&gt;  ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN. &lt;/P&gt;&lt;P&gt;  IF SSCRFIELDS-UCOMM = 'ABCD'. &lt;/P&gt;&lt;P&gt;    ... &lt;/P&gt;&lt;P&gt;  ENDIF. &lt;/P&gt;&lt;P&gt;A pushbutton appears on the selection screen with the text 'My text'. In the AT SELECTION-SCREEN event, the field SSCRFIELDS-UCOMM has the contents ABCD after the button has been pushed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info refer SAP help(F1):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 07:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-selection-screen/m-p/3747423#M901651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T07:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: PUSH Button in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-selection-screen/m-p/3747424#M901652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using T-code SE51 ...give ur prg name and declare some screen number to that prg...then click change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you can see Layout push button ...drag and drop a Push button ..and use that FM ..in prog with AT USER COMMAND thats it ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You wil see Push button in Selection Screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sg.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 07:54:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-selection-screen/m-p/3747424#M901652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T07:54:12Z</dc:date>
    </item>
  </channel>
</rss>

