<?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: button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/button/m-p/2919444#M687402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiii.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SE51 you can create any number of Pushbuttons. you have to assign group to each of them.( like if you want display only six buttons then put same group to these all six buttons). if you want visibility of buttons aacoding to your requirement, then in PBO module &lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-group1 = 'GR1'.&lt;/P&gt;&lt;P&gt;               screen-input = 1.&lt;/P&gt;&lt;P&gt;               screen-output = 1.&lt;/P&gt;&lt;P&gt;               screen-invisible = 0.&lt;/P&gt;&lt;P&gt;               modify screen.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;check for button function grp and make them visiblr and invisible as per your *requirement.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PAI module check the Fuction code using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN 'EXIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'CREA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2007 13:54:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-10T13:54:30Z</dc:date>
    <item>
      <title>button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button/m-p/2919440#M687398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the procedure to maintain around some 15 buttons in the same screen.Is it possible and how.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 09:57:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button/m-p/2919440#M687398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T09:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button/m-p/2919441#M687399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what kind of buttons, what kind of screen ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 09:58:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button/m-p/2919441#M687399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T09:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button/m-p/2919442#M687400</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;yaa u can put 15 buttons no problem.&lt;/P&gt;&lt;P&gt;&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>Wed, 10 Oct 2007 09:59:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button/m-p/2919442#M687400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T09:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button/m-p/2919443#M687401</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;In the Screen painter you can create any number of Pushbuttons. Assign a Function code to each of them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PAI module check the Fcode using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN 'B1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'B2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 10:00:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button/m-p/2919443#M687401</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-10-10T10:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button/m-p/2919444#M687402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiii.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SE51 you can create any number of Pushbuttons. you have to assign group to each of them.( like if you want display only six buttons then put same group to these all six buttons). if you want visibility of buttons aacoding to your requirement, then in PBO module &lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-group1 = 'GR1'.&lt;/P&gt;&lt;P&gt;               screen-input = 1.&lt;/P&gt;&lt;P&gt;               screen-output = 1.&lt;/P&gt;&lt;P&gt;               screen-invisible = 0.&lt;/P&gt;&lt;P&gt;               modify screen.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;check for button function grp and make them visiblr and invisible as per your *requirement.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PAI module check the Fuction code using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN 'EXIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'CREA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 13:54:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button/m-p/2919444#M687402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T13:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button/m-p/2919445#M687403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes u can...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want pushbutton in classical report ..first u have to create menu in se51 and then in that menu add buttons how much u want...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and write that menu name in your classical report after start of selection, then ur menu will be display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 14:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button/m-p/2919445#M687403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T14:04:47Z</dc:date>
    </item>
  </channel>
</rss>

