<?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 buttons in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/buttons/m-p/3308281#M792332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need to make a screen with 4 button, when i click on 1 button a selection screen is open like on mi31 .&lt;/P&gt;&lt;P&gt;PLS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jan 2008 12:55:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-28T12:55:25Z</dc:date>
    <item>
      <title>buttons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buttons/m-p/3308281#M792332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need to make a screen with 4 button, when i click on 1 button a selection screen is open like on mi31 .&lt;/P&gt;&lt;P&gt;PLS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 12:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buttons/m-p/3308281#M792332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T12:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: buttons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buttons/m-p/3308282#M792333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the demo program:&lt;/P&gt;&lt;P&gt; demo_call_selection_screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 12:59:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buttons/m-p/3308282#M792333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T12:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: buttons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buttons/m-p/3308283#M792334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use &lt;/P&gt;&lt;P&gt;AT USER COMMAND event&lt;/P&gt;&lt;P&gt;and then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'button 1'&lt;/P&gt;&lt;P&gt;call transaction mi31&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 12:59:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buttons/m-p/3308283#M792334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T12:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: buttons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buttons/m-p/3308284#M792335</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 screen 101.&lt;/P&gt;&lt;P&gt;parameters:name(10),&lt;/P&gt;&lt;P&gt;num(2) type n.&lt;/P&gt;&lt;P&gt;selection-screen end of screen 101.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case okcode.&lt;/P&gt;&lt;P&gt;when 'BUTTON1'.&lt;/P&gt;&lt;P&gt;call selection screen 101.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;if u want to call the same selection screen in mi31&lt;/P&gt;&lt;P&gt;case okcode.&lt;/P&gt;&lt;P&gt;when 'BUTTON1'.&lt;/P&gt;&lt;P&gt;call transaction 'MI31'.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 13:01:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buttons/m-p/3308284#M792335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T13:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: buttons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buttons/m-p/3308285#M792336</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 need to create a screen for that. You can create one by using the object navigator(se80). The reason I am asking u to create by using the object navigator since it is very easy to create all kinds of objects from there. After that create a pf-status for that screen and using okcodes create different pop up screens as u want to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 13:02:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buttons/m-p/3308285#M792336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T13:02:38Z</dc:date>
    </item>
  </channel>
</rss>

